{
  "name": "@aige/core",
  "version": "0.1.24",
  "description": "AI Game Engine",
  "homepage": "https://aige.games",
  "license": "MIT",
  "author": "Jay Mathis <code@mathis.network>",
  "packageManager": "pnpm@8.10.3",
  "readme": "README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/mathiscode/aige.git"
  },
  "bugs": {
    "url": "https://github.com/mathiscode/aige/issues"
  },
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "bin": {
    "aige": "dist/cli.js"
  },
  "scripts": {
    "build": "npm-run-all build:library build:docs",
    "build:library": "tsc && shx cp package.json dist/pkg.json",
    "build:docs": "typedoc",
    "build:docs:watch": "typedoc --watch",
    "test": "jest --verbose",
    "test:watch": "jest --verbose --watchAll",
    "test:coverage": "jest --verbose --coverage",
    "dev:cli": "node --inspect -r ts-node/register src/cli.ts",
    "prepublishOnly": "npm run build:library"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/express": "^4.17.17",
    "@types/jest": "^29.5.3",
    "@types/node": "^20.4.1",
    "@types/supertest": "^2.0.12",
    "@types/terminal-kit": "^2.5.6",
    "@types/twuni__emojify": "^1.0.2",
    "@typescript-eslint/eslint-plugin": "^5.50.0",
    "eslint": "^8.45.0",
    "eslint-config-standard-with-typescript": "^36.1.0",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-n": "^16.0.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-tsdoc": "^0.2.17",
    "jest": "^29.6.1",
    "npm-run-all": "^4.1.5",
    "shx": "^0.3.4",
    "supertest": "^6.3.3",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typedoc": "^0.25.4",
    "typescript": "^5.1.6"
  },
  "dependencies": {
    "@inquirer/prompts": "^3.3.0",
    "@twuni/emojify": "^1.0.2",
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "ink": "^4.4.1",
    "openai": "^4.20.0",
    "react": "^18.2.0"
  },
  "keywords": [
    "aige",
    "ai",
    "game",
    "engine",
    "artificial intelligence",
    "game engine",
    "typescript",
    "javascript",
    "nodejs",
    "node",
    "js",
    "ts",
    "openai",
    "gpt-api",
    "openai-api",
    "chatgpt",
    "llm",
    "machine learning",
    "ml",
    "gpt",
    "gpt3",
    "gpt4",
    "gpt-3",
    "gpt-4"
  ]
}
