adofai-typegen/package.json

32 lines
663 B
JSON
Raw Normal View History

2023-03-30 14:56:25 +09:00
{
"name": "@pikokr-gitea/adofai-typegen",
2023-03-30 14:59:27 +09:00
"version": "0.0.1",
2023-03-30 14:56:25 +09:00
"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"
2023-03-30 14:59:27 +09:00
},
"publishConfig": {
"registry": "https://git.pikokr.dev/api/packages/pikokr/npm/"
2023-03-30 14:56:25 +09:00
}
}