ziex/pkg/create-ziex/package.json
2026-06-21 21:28:02 +06:00

27 lines
505 B
JSON

{
"name": "create-ziex",
"version": "0.1.0-dev.1259",
"type": "module",
"bin": {
"create-ziex": "dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE",
"build.zig",
"build.zig.zon"
],
"scripts": {
"start": "node bin/index.js",
"build": "bun run scripts/build.js",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@clack/prompts": "^1.1.0",
"giget": "^3.1.2",
"picocolors": "^1.1.1",
"replace-in-file": "^8.4.0"
}
}