37 lines
885 B
JSON
37 lines
885 B
JSON
{
|
|
"name": "react-docs-generator",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "node --loader ts-node/esm src/index.ts",
|
|
"start": "node dist/index.js",
|
|
"generate:ui": "yarn start --src ../../../../packages/design-system/ui/src --output ../../../apps/ui/src/specs --clean",
|
|
"build": "tsc",
|
|
"watch": "tsc --watch"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"exports": "./dist/index.js",
|
|
"bin": "dist/index.js",
|
|
"dependencies": {
|
|
"chalk": "^5.3.0",
|
|
"commander": "^11.1.0",
|
|
"glob": "^10.3.10",
|
|
"react-docgen": "^7.0.1",
|
|
"resolve": "^1.22.8",
|
|
"ts-node": "^10.9.1",
|
|
"typedoc": "^0.27.5",
|
|
"typedoc-plugin-custom": "*",
|
|
"typescript": "^5.6.2",
|
|
"utils": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.10"
|
|
},
|
|
"peerDependencies": {
|
|
"typedoc": "0.27.x"
|
|
}
|
|
}
|