{ "name": "@pikokr-gitea/adofai-typegen", "version": "0.0.2", "description": "", "main": "index.js", "repository": { "type": "git", "url": "https://git.pikokr.dev/pikokr/adofai-typegen" }, "scripts": { "dev": "tsx src", "build": "tsup-node", "prepack": "pnpm build" }, "keywords": [], "author": { "name": "pikokr", "email": "paring@adofai.gg", "url": "https://github.com/pikokr" }, "license": "ISC", "type": "module", "devDependencies": { "@types/node": "^18.15.11", "@types/prettier": "^2.7.2", "tsup": "^6.7.0", "tsx": "^3.12.6", "typescript": "^5.0.2" }, "dependencies": { "chalk": "^5.2.0", "commander": "^10.0.0", "prettier": "^2.8.7" }, "bin": { "adofai-typegen": "./dist/index.js" }, "publishConfig": { "registry": "https://git.pikokr.dev/api/packages/pikokr/npm/" }, "files": [ "./dist/*" ] }