reference/package.json

32 lines
849 B
JSON
Raw Normal View History

2022-09-26 09:52:59 +08:00
{
"name": "reference",
2022-10-06 02:53:25 +08:00
"version": "1.0.1",
2022-09-26 09:52:59 +08:00
"description": "为开发人员分享快速参考备忘单(主要是方便自己)。",
2022-09-28 16:31:01 +08:00
"author": "jaywcjlove",
"license": "MIT",
"homepage": "https://jaywcjlove.github.io/reference",
2022-09-26 09:52:59 +08:00
"private": false,
"scripts": {
2022-09-27 23:09:51 +08:00
"build": "node scripts/build.mjs",
2022-09-29 23:09:45 +08:00
"start": "node scripts/watch.mjs"
2022-09-26 09:52:59 +08:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaywcjlove/reference.git"
},
"bugs": {
"url": "https://github.com/jaywcjlove/reference/issues"
},
2022-09-28 16:31:01 +08:00
"keywords": [],
2022-09-26 09:52:59 +08:00
"devDependencies": {
2022-10-05 14:46:37 +08:00
"@wcj/markdown-to-html": "^2.1.0",
2022-09-29 23:09:45 +08:00
"chokidar": "^3.5.3",
2022-09-26 09:52:59 +08:00
"fs-extra": "^10.1.0",
"recursive-readdir-files": "^2.3.0",
2022-09-30 23:18:13 +08:00
"rehype-autolink-headings": "^6.1.1",
2022-09-26 09:52:59 +08:00
"rehype-document": "^6.1.0",
2022-09-30 23:18:13 +08:00
"rehype-slug": "^5.0.1",
2022-09-29 19:26:28 +08:00
"remark-gemoji": "^7.0.1"
2022-09-26 09:52:59 +08:00
}
}