Files
cocos-engine/scripts/typedoc-plugin/package.json
Leslie Leigh (李的序) 0a4c8f9620 Typedoc link (#10749)
* Typedoc link

* Update

* Update

* Update
2022-04-14 16:41:54 +08:00

29 lines
552 B
JSON

{
"name": "typedoc-plugin-cc",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"postinstall": "npm run build",
"test": "jest"
},
"author": "",
"license": "ISC",
"keywords": [
"typedocplugin"
],
"dependencies": {
"fs-extra": "^10.0.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"typedoc": "^0.22.13",
"typescript": "^4.3.5"
}
}