{
  "name": "agentscape",
  "version": "1.6.2",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "source": "lib/main.ts",
  "main": "./main.js",
  "types": "./main.d.ts",
  "typings": "./main.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/ben_goodman/agentscape.git"
  },
  "homepage": "https://ben_goodman.gitlab.io/agentscape/",
  "keywords": [
    "agent-based",
    "simulation",
    "modeling",
    "agent",
    "model",
    "simulation",
    "abm"
  ],
  "bin": {
    "agentscape": "./bin/create.js"
  },
  "scripts": {
    "build": "tsc --build --verbose",
    "docs": "typedoc --out public",
    "start": "tsc --watch",
    "test": "vitest",
    "coverage": "vitest run --coverage"
  },
  "devDependencies": {
    "@eslint/js": "^9.15.0",
    "@types/concaveman": "^1.1.6",
    "@types/node": "^22.9.3",
    "@types/noisejs": "^2.1.0",
    "@vitest/coverage-istanbul": "^2.1.8",
    "esbuild": "^0.24.0",
    "eslint": "^9.15.0",
    "globals": "^15.12.0",
    "ts-loader": "^9.5.1",
    "typedoc": "^0.26.11",
    "typescript": "^5.6.0",
    "typescript-eslint": "^8.15.0",
    "vitest": "^2.1.8"
  },
  "dependencies": {
    "chart.js": "^4.4.6",
    "concaveman": "^1.2.1",
    "marked": "^15.0.3",
    "pure-rand": "^6.1.0",
    "simplex-noise": "^4.0.3",
    "uuid": "^11.0.3"
  }
}
