Files
medusa-store/www/utils/packages/react-docs-generator/package.json
Oli Juhl 2bacf86d3c chore: Remove prepublishOnly script (#8699)
* wip

* wip

* verbose logging

* remove prepublish scripts

* chore: add back prepublish scripts

* wip

* remove prepublishOnly script

* chore: Clean up rest of build scripts

* add back build script

* feedback

---------

Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com>
2024-08-27 10:31:38 +02:00

37 lines
862 B
JSON

{
"name": "react-docs-generator",
"license": "MIT",
"scripts": {
"dev": "ts-node 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.26.2",
"typedoc-plugin-custom": "*",
"typescript": "5.5",
"utils": "*"
},
"devDependencies": {
"@types/node": "^20.9.4"
},
"peerDependencies": {
"typedoc": "0.25.x"
}
}