mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-07 00:02:53 +08:00
23 lines
407 B
JSON
23 lines
407 B
JSON
{
|
|
"$schema": "../../schemas/module-config.schema.json",
|
|
"name": "typedoc-plugin-cc",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "jest"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"keywords": [
|
|
"typedocplugin"
|
|
],
|
|
"dependencies": {
|
|
"fs-extra": "^10.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.13"
|
|
}
|
|
}
|