ziex/pkg/create-zig/package.json
2026-03-24 15:50:53 +06:00

25 lines
476 B
JSON

{
"name": "create-zig",
"version": "0.1.0-dev.0",
"type": "module",
"bin": "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"
}
}