{
  "name": "coh-content-db-homecoming",
  "version": "2.3.0",
  "description": "City of Heroes Homecoming Content Database",
  "homepage": "https://github.com/n15g/coh-content-db-homecoming#readme",
  "bugs": {
    "url": "https://github.com/n15g/coh-content-db-homecoming/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/n15g/coh-content-db-homecoming.git"
  },
  "license": "Unlicense",
  "author": "N15g",
  "files": [
    "dist",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/coh-content-db-homecoming.d.ts",
      "import": "./dist/coh-content-db-homecoming.mjs",
      "require": "./dist/coh-content-db-homecoming.js"
    },
    "./bundle.json": "./dist/bundle.json",
    "./bundle.head.json": "./dist/bundle.head.json"
  },
  "main": "dist/coh-content-db-homecoming.js",
  "module": "dist/coh-content-db-homecoming.mjs",
  "types": "dist/coh-content-db-homecoming.d.ts",
  "scripts": {
    "build": "rollup --config",
    "lint": "eslint",
    "test": "jest --coverage",
    "typecheck": "tsc --noEmit",
    "validate": "npm run lint && npm run typecheck && npm run test && npm run build",
    "push": "git push && git push --tags",
    "watch": "rollup --config --watch",
    "link:db": "npm link coh-content-db",
    "upgrade:db": "npm install --save coh-content-db@latest"
  },
  "devDependencies": {
    "@rollup/plugin-replace": "^6.0.3",
    "@stylistic/eslint-plugin": "^5.10.0",
    "@types/jest": "^30.0.0",
    "@types/valid-url": "^1.0.7",
    "@typescript-eslint/rule-tester": "^8.67.0",
    "@typescript-eslint/utils": "^8.67.0",
    "efate": "^1.5.1",
    "eslint": "^10.8.1",
    "eslint-plugin-unicorn": "^73.0.0",
    "globals": "^17.9.0",
    "jest": "^30.4.2",
    "jiti": "^2.7.0",
    "rollup": "^4.62.4",
    "rollup-plugin-dts": "^6.5.1",
    "rollup-plugin-esbuild": "^6.2.1",
    "ts-jest": "^29.4.12",
    "ts-mockito": "^2.6.1",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.67.0",
    "valid-url": "^1.0.9"
  },
  "dependencies": {
    "coh-content-db": "^2.3.0"
  },
  "engines": {
    "node": ">=24"
  }
}
