2022-09-26 09:52:59 +08:00
|
|
|
{
|
2022-10-15 13:33:34 +08:00
|
|
|
"name": "@wcj/reference",
|
2024-08-26 19:42:59 +08:00
|
|
|
"version": "1.45.0",
|
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",
|
2023-11-26 20:04:04 +08:00
|
|
|
"funding": "https://jaywcjlove.github.io/#/sponsor",
|
2022-09-26 09:52:59 +08:00
|
|
|
"private": false,
|
|
|
|
"scripts": {
|
2024-02-26 16:10:09 +08:00
|
|
|
"prepare": "husky",
|
2022-11-26 00:04:37 +08:00
|
|
|
"build": "refs-cli",
|
|
|
|
"start": "refs-cli --watch",
|
2022-11-10 12:51:20 +08:00
|
|
|
"prettier": "prettier --write '**/*.{mjs,css,json,prettierrc,lintstagedrc}'",
|
2022-11-11 01:51:54 +08:00
|
|
|
"markdownlint": "npx markdownlint-cli --fix ./docs/*.md"
|
2022-09-26 09:52:59 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-10-25 14:47:18 +08:00
|
|
|
"url": "https://github.com/jaywcjlove/reference.git"
|
2022-09-26 09:52:59 +08:00
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/jaywcjlove/reference/issues"
|
|
|
|
},
|
2022-09-28 16:31:01 +08:00
|
|
|
"keywords": [],
|
2022-12-14 12:59:16 +08:00
|
|
|
"lint-staged": {
|
|
|
|
"**/*.{mjs,css,json,prettierrc,lintstagedrc}": "prettier --write",
|
|
|
|
"*.md": "markdownlint --fix",
|
|
|
|
"docs/*.md": "markdownlint --fix"
|
|
|
|
},
|
2022-09-26 09:52:59 +08:00
|
|
|
"devDependencies": {
|
2024-02-26 16:08:36 +08:00
|
|
|
"husky": "^9.0.0",
|
2024-02-26 23:30:35 +08:00
|
|
|
"lint-staged": "^15.0.0",
|
2023-12-07 16:36:31 +08:00
|
|
|
"prettier": "^3.0.0",
|
2024-10-15 04:04:01 +08:00
|
|
|
"refs-cli": "^1.8.0",
|
2024-02-26 23:31:42 +08:00
|
|
|
"markdownlint": "^0.33.0",
|
2024-02-26 23:30:22 +08:00
|
|
|
"markdownlint-cli": "^0.39.0"
|
2022-10-29 00:24:39 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16.0.0"
|
2022-09-26 09:52:59 +08:00
|
|
|
}
|
|
|
|
}
|