sapi-typedoc/package.json
ProjectXero 36cf1e9dd8
Some checks are pending
Deploy Original / deploy (push) Waiting to run
抑制注释中文档引用识别错误;更新依赖
2024-10-08 12:59:53 +08:00

25 lines
602 B
JSON

{
"name": "sapi-typedoc",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "node ./script/build.js",
"update": "node ./script/update.js",
"update-cache": "node ./script/update.js --cache",
"lint-script": "eslint --fix script"
},
"dependencies": {
"ts-morph": "^24.0.0",
"typedoc": "^0.26.8",
"typedoc-plugin-mdn-links": "^3.3.2",
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/node": "^22.7.5",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3"
}
}