{
  "name": "cortex-classic-rpg",
  "version": "0.0.5",
  "description": "An implementation of the Cortex Classic RPG game system.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest"
  },
  "keywords": [
    "Cortex Classic RPG",
    "ttrpg"
  ],
  "author": "Kris Norman",
  "repository": {
    "type": "git",
    "url": "git://github.com/krisnorman/cortex-classic-rpg.git"
  },
  "license": "ISC",
  "dependencies": {
    "@krisnorman/rpg-utils": "^1.0.11"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.12.12",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.5"
  }
}
