{ "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" } }