{
  "name": "aira-cli",
  "version": "0.1.0",
  "description": "Command line interface for AIRA framework",
  "keywords": [
    "aira",
    "cli",
    "scaffold",
    "generator",
    "fullstack"
  ],
  "homepage": "https://github.com/flaboy/aira",
  "bugs": {
    "url": "https://github.com/flaboy/aira/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flaboy/aira.git"
  },
  "license": "MIT",
  "author": "AIRA Team",
  "type": "module",
  "bin": {
    "aira": "./dist/bin/aira.js"
  },
  "files": [
    "dist",
    "docs"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/bin/aira.js",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint src --ext .ts --fix"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "fs-extra": "^11.2.0",
    "glob": "^10.3.10",
    "inquirer": "^8.2.6",
    "ora": "^5.4.1",
    "generator-aira": "^0.1.0",
    "yeoman-environment": "^4.4.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/inquirer": "^8.2.10",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.57.0",
    "eslint-config-standard": "^17.1.0",
    "jest": "^29.7.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=6.0.0"
  },
  "preferGlobal": true
}
