adofai-typegen/package.json

29 lines
571 B
JSON
Raw Normal View History

2023-03-30 14:56:25 +09:00
{
"name": "@pikokr-gitea/adofai-typegen",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "tsx src",
"build": "tsup",
"prepack": "pnpm build"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@types/node": "^18.15.11",
"@types/prettier": "^2.7.2",
"chalk": "^5.2.0",
"commander": "^10.0.0",
"prettier": "^2.8.7",
"tsup": "^6.7.0",
"tsx": "^3.12.6",
"typescript": "^5.0.2"
},
"bin": {
"adofai-typegen": "dist/index.cjs"
}
}