mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-20 02:29:36 -06:00
27 lines
505 B
JSON
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"
|
|
}
|
|
}
|