{
  "name": "@entropy-engine/entropy-cli",
  "version": "1.7.0",
  "description": "CLI for Entropy Game Engine",
  "author": "Robert Herber <rwherber@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rob893/Entropy-Game-Engine.git"
  },
  "keywords": [
    "game",
    "engine",
    "typescript",
    "cli"
  ],
  "bugs": {
    "url": "https://github.com/rob893/Entropy-Game-Engine/issues"
  },
  "homepage": "https://github.com/rob893/Entropy-Game-Engine#readme",
  "main": "dist/index",
  "types": "dist/index",
  "scripts": {
    "build": "npm run clean-dist && npm run compile",
    "clean-dist": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
    "compile": "tsc -p tsconfig.json",
    "prepare": "npm run build"
  },
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "@entropy-engine/entropy-cli": "bin/entropy",
    "entropy": "bin/entropy"
  },
  "dependencies": {
    "arg": "^5.0.2",
    "chalk": "^4.1.2",
    "esm": "^3.2.25",
    "execa": "^6.1.0",
    "inquirer": "^8.2.4",
    "listr": "^0.14.3",
    "ncp": "^2.0.0",
    "pkg-install": "^1.0.0"
  },
  "devDependencies": {
    "@types/inquirer": "^8.2.1",
    "@types/listr": "^0.14.4",
    "@types/ncp": "^2.0.5",
    "typescript": "^4.7.4"
  },
  "gitHead": "615cb6ec4bce41404c059c89245a152060f47d8e"
}
