mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-21 02:59:36 -06:00
25 lines
476 B
JSON
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"
|
|
}
|
|
}
|