sapi-typedoc/package.json

25 lines
602 B
JSON
Raw Permalink Normal View History

2023-01-07 14:16:19 +00:00
{
"name": "sapi-typedoc",
"version": "1.0.0",
"license": "MIT",
"scripts": {
2023-03-16 16:57:15 +00:00
"build": "node ./script/build.js",
2023-10-21 02:32:35 +00:00
"update": "node ./script/update.js",
2024-06-25 06:24:55 +00:00
"update-cache": "node ./script/update.js --cache",
2023-10-21 02:32:35 +00:00
"lint-script": "eslint --fix script"
2023-01-07 14:16:19 +00:00
},
"dependencies": {
"ts-morph": "^24.0.0",
"typedoc": "^0.26.8",
"typedoc-plugin-mdn-links": "^3.3.2",
2024-09-12 08:49:26 +00:00
"typescript": "^5.6.2"
2023-10-21 02:32:35 +00:00
},
"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"
}
2023-01-07 14:16:19 +00:00
}