@lunora/cli
Version:
The Lunora CLI: init, dev, deploy, codegen, run, reset, and migrate commands
82 lines • 2.01 kB
JSON
{
"name": "@lunora/cli",
"version": "1.0.0-alpha.103",
"description": "The Lunora CLI: init, dev, deploy, codegen, run, reset, and migrate commands",
"keywords": [
"agent-skills",
"cli",
"cloudflare",
"codegen",
"deploy",
"durable-objects",
"lunora",
"tanstack-intent",
"vite",
"workers"
],
"homepage": "https://lunora.sh",
"bugs": "https://github.com/anolilab/lunora/issues",
"license": "FSL-1.1-Apache-2.0",
"author": {
"name": "Daniel Bannert",
"email": "d.bannert@anolilab.de"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anolilab/lunora.git",
"directory": "packages/cli"
},
"bin": {
"lunora": "./dist/bin.mjs"
},
"files": [
"./dist",
"__assets__",
"skills",
"README.md",
"LICENSE.md"
],
"type": "module",
"sideEffects": false,
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
},
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@bomb.sh/tab": "0.0.19",
"@lunora/bindings": "1.0.0-alpha.11",
"@lunora/codegen": "1.0.0-alpha.57",
"@lunora/config": "1.0.0-alpha.83",
"@lunora/container": "1.0.0-alpha.16",
"@lunora/d1": "1.0.0-alpha.42",
"@lunora/errors": "1.0.0-alpha.8",
"@lunora/runtime": "1.0.0-alpha.39",
"@lunora/seed": "1.0.0-alpha.32",
"@visulima/cerebro": "3.0.0",
"@visulima/error": "6.0.0",
"@visulima/fs": "5.0.4",
"@visulima/package": "5.0.4",
"@visulima/pail": "4.0.0",
"@visulima/path": "3.0.0",
"@visulima/spinner": "1.0.0",
"@visulima/tui": "1.0.4",
"cfonts": "^3.3.1",
"giget": "3.3.0",
"jsonc-parser": "^3.3.1",
"magic-string": "^1.0.0",
"react": "^19.2.7",
"react-reconciler": "^0.33.0",
"ts-morph": "^28.0.0"
},
"engines": {
"node": "^22.15.0 || >=24.11.0"
}
}