{
  "name": "neura-cli-standalone",
  "version": "0.1.0-alpha.3",
  "private": false,
  "description": "Command-line interface for the Neura programming language (standalone version)",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "neura": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "commander": "^10.0.0",
    "chalk": "^4.1.2"
  },
  "bundledDependencies": [
    "commander",
    "chalk"
  ],
  "devDependencies": {
    "@types/node": "^18.15.11",
    "typescript": "^5.0.4"
  },
  "keywords": ["neura", "language", "cli", "ai-first", "programming"],
  "author": "Neura Team",
  "license": "MIT",
  "engines": {
    "node": ">=14.0.0"
  },
  "preferGlobal": true
}
