apiyaml
Version:
55 lines (54 loc) • 1.75 kB
JSON
{
"name": "apiyaml",
"version": "2.2.0",
"description": "api generator",
"main": "esbuild_out/index.js",
"scripts": {
"dev": "npx tsx internal/index.ts",
"build": "rm -fr esbuild_out/ && npm run version:update && npx esbuild --bundle src/index.ts --outdir=esbuild_out --platform=node --minify && npm run cpScripts && npm run readme:update",
"cpScripts": "cp -r src/commands/make_docs/scripts esbuild_out/",
"start": "node esbuild_out/index.js",
"readme:update": "export HELP_INFO_GEN=true && npx tsx scripts/readme_update.ts",
"version:update": "npx tsx scripts/version_update.ts",
"release:local": "npm run build && rm -f `dirname $(which node)`/apiyaml && npm i -g && chmod +x `dirname $(which node)`/apiyaml",
"release": "npm run build && npm publish",
"test": "echo \"Error: no test specifiedn\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ClassFunc/api-generator.git"
},
"private": false,
"dependencies": {
"@asteasolutions/zod-to-openapi": "^7.3.4",
"@n8n/json-schema-to-zod": "^1.1.0",
"chalk": "^5.4.1",
"commander": "^14.0.0",
"dotenv": "^16.5.0",
"json-schema-to-zod": "^2.6.1",
"lodash": "^4.17.21",
"yaml": "^2.8.0",
"zod": "^3.25.67"
},
"bin": {
"apiyaml": "esbuild_out/index.js"
},
"keywords": [
"api-generator",
"yaml",
"yaml-to-api"
],
"license": "MIT",
"devDependencies": {
"@types/lodash": "^4.17.18",
"@types/node": "^24.0.3",
"@types/react": "^19.1.8",
"firebase": "^11.9.1",
"jotai": "^2.12.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-infinite-scroll-hook": "^6.0.1",
"sonner": "^1.7.0",
"typescript": "^5.8.3"
}
}