44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"name": "docs-generator",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "node --loader ts-node/esm src/index.ts",
|
|
"start": "node dist/index.js",
|
|
"build": "tsc",
|
|
"watch": "tsc --watch",
|
|
"prepublishOnly": "cross-env NODE_ENV=production tsc --build",
|
|
"generate:oas": "yarn generate:route-examples && yarn generate:events && yarn start run ../../../../packages/medusa/src/api --type oas && yarn start clean:oas",
|
|
"generate:dml": "yarn start run ../../../../packages/modules --type dml && yarn start clean:dml",
|
|
"generate:route-examples": "yarn start run ../../../../packages/core/js-sdk/src --type route-examples",
|
|
"generate:events": "yarn start run ../../../../packages/core/utils/src/core-flows/events.ts --type events"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"exports": "./dist/index.js",
|
|
"dependencies": {
|
|
"@octokit/core": "^5.0.2",
|
|
"chalk": "^5.4.1",
|
|
"commander": "^11.1.0",
|
|
"dotenv": "^16.3.1",
|
|
"eslint": "8.56.0",
|
|
"glob": "^11.0.2",
|
|
"minimatch": "^9.0.3",
|
|
"openai": "^4.29.1",
|
|
"openapi-types": "^12.1.3",
|
|
"pluralize": "^8.0.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.6.2",
|
|
"utils": "*",
|
|
"yaml": "^2.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/eslint": "8.56.6",
|
|
"@types/node": "^20.12.10",
|
|
"@types/pluralize": "^0.0.33",
|
|
"types": "*"
|
|
}
|
|
}
|