{
  "name": "@corsaircoalition/commander-cortex",
  "version": "1.2.2",
  "description": "a modular generals.io bot framework for development and analysis of game strategies and actions",
  "main": "out/index.js",
  "type": "module",
  "dependencies": {
    "@corsaircoalition/common": "^1.3.2",
    "@redis/client": "^1.5.8",
    "commander": "^10.0.1",
    "ink": "^4.3.1",
    "ink-big-text": "^2.0.0",
    "react": "^18.2.0"
  },
  "devDependencies": {
    "@sindresorhus/tsconfig": "^4.0.0",
    "@types/node": "^18.17.5",
    "@types/react": "^18.2.20",
    "react-devtools-core": "^4.28.0",
    "typescript": "^5.1.6"
  },
  "bin": "./out/index.js",
  "files": [
    "out"
  ],
  "scripts": {
    "build": "tsc --build",
    "clean": "tsc --build --clean",
    "prepare": "npm run build",
    "start": "node ."
  },
  "repository": {
    "type": "git",
    "url": "github:CorsairCoalition/CommanderCortex"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "generals.io",
    "bot",
    "node.js",
    "javascript",
    "ai"
  ],
  "author": "Aaditya Bhatia",
  "license": "Apache-2.0",
  "homepage": "https://corsaircoalition.github.io/"
}
