@lunora/cli
Version:
The Lunora CLI: init, dev, deploy, codegen, migrate, seed, doctor, insights, logs, registry, and the rest of the project commands
100 lines • 2.44 kB
JSON
{
"name": "@lunora/cli",
"version": "1.0.0-alpha.169",
"description": "The Lunora CLI: init, dev, deploy, codegen, migrate, seed, doctor, insights, logs, registry, and the rest of the project 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.22",
"@lunora/advisor": "1.0.0-alpha.81",
"@lunora/bindings": "1.0.0-alpha.30",
"@lunora/codegen": "1.0.0-alpha.112",
"@lunora/config": "1.0.0-alpha.142",
"@lunora/container": "1.0.0-alpha.31",
"@lunora/d1": "1.0.0-alpha.79",
"@lunora/errors": "1.0.0-alpha.22",
"@lunora/mcp": "1.0.0-alpha.74",
"@lunora/runtime": "1.0.0-alpha.65",
"@lunora/seed": "1.0.0-alpha.74",
"@visulima/cerebro": "3.0.6",
"@visulima/error": "6.1.0",
"@visulima/fs": "6.0.0",
"@visulima/package": "5.0.12",
"@visulima/pail": "4.1.1",
"@visulima/path": "4.0.0",
"@visulima/spinner": "1.0.1",
"@visulima/tui": "4.0.0",
"@visulima/tui-kit": "1.0.3",
"adm-zip": "0.6.0",
"cfonts": "^3.3.1",
"csv-parse": "7.0.2",
"giget": "3.3.1",
"jsonc-parser": "^3.3.1",
"magic-string": "^1.1.0",
"react": "^19.2.8",
"react-reconciler": "^0.33.0",
"smol-toml": "1.7.1",
"ts-morph": "^28.0.0"
},
"peerDependencies": {
"mysql2": "*",
"pg": "*"
},
"peerDependenciesMeta": {
"mysql2": {
"optional": true
},
"pg": {
"optional": true
}
},
"engines": {
"node": "^22.15.0 || >=24.11.0"
}
}