40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@wcj/reference",
|
|
"version": "1.14.0",
|
|
"description": "为开发人员分享快速参考备忘单(主要是方便自己)。",
|
|
"author": "jaywcjlove",
|
|
"license": "MIT",
|
|
"homepage": "https://jaywcjlove.github.io/reference",
|
|
"private": false,
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"build": "node scripts/build.mjs",
|
|
"start": "node scripts/watch.mjs",
|
|
"prettier": "prettier --write '**/*.{mjs,css,json,prettierrc,lintstagedrc}'"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jaywcjlove/reference.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jaywcjlove/reference/issues"
|
|
},
|
|
"keywords": [],
|
|
"devDependencies": {
|
|
"@wcj/markdown-to-html": "^2.1.2",
|
|
"chokidar": "^3.5.3",
|
|
"fs-extra": "^10.1.0",
|
|
"husky": "^8.0.1",
|
|
"lint-staged": "^13.0.3",
|
|
"prettier": "^2.7.1",
|
|
"recursive-readdir-files": "^2.3.0",
|
|
"rehype-autolink-headings": "^6.1.1",
|
|
"rehype-document": "^6.1.0",
|
|
"rehype-slug": "^5.0.1",
|
|
"remark-gemoji": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
}
|