19 lines
382 B
JSON

{
"name": "codegen",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "tsc",
"generate": "npm run build && node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/node": "^24.0.10",
"typescript": "^5.8.3"
}
}