mirror of
https://github.com/XeroAlpha/sapi-typedoc.git
synced 2024-11-22 17:48:50 +00:00
25 lines
602 B
JSON
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"
|
|
}
|
|
}
|