mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-21 02:59:36 -06:00
25 lines
660 B
JSON
25 lines
660 B
JSON
{
|
|
"name": "@ziex/cli",
|
|
"version": "0.1.0-dev.928",
|
|
"description": "Ziex is a framework for building web applications with Zig.",
|
|
"type": "module",
|
|
"bin": {
|
|
"zx": "bin/zx",
|
|
"ziex": "bin/zx"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ziex-dev/ziex.git"
|
|
},
|
|
"license": "MIT",
|
|
"preferUnplugged": true,
|
|
"optionalDependencies": {
|
|
"@ziex/cli-darwin-arm64": "0.1.0-dev.928",
|
|
"@ziex/cli-darwin-x64": "0.1.0-dev.928",
|
|
"@ziex/cli-linux-x64": "0.1.0-dev.928",
|
|
"@ziex/cli-linux-arm64": "0.1.0-dev.928",
|
|
"@ziex/cli-win32-x64": "0.1.0-dev.928",
|
|
"@ziex/cli-win32-arm64": "0.1.0-dev.928"
|
|
}
|
|
}
|