{
  "name": "wc3data",
  "version": "2.2.5",
  "description": "Warcraft III data",
  "author": "verit",
  "license": "MIT",
  "scripts": {
    "build-js": "tsc -p tsconfig.build.json",
    "build-types": "ts-node bin/types.ts > src/types.ts",
    "build-units-debug": "node -r ts-node/register --inspect-brk bin/units.ts",
    "build-units": "ts-node bin/units.ts > src/units.ts",
    "build": "npm run build-types && npm run build-units && npm run build-js && deno fmt dist",
    "prepublishOnly": "npm run clean && npm run build",
    "clean": "rm -rf dist",
    "test-lint": "deno lint . --ignore=node_modules,dist"
  },
  "devDependencies": {
    "@types/node": "^18.7.16",
    "fast-glob": "^3.2.12",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/voces/wc3data.git"
  },
  "bugs": {
    "url": "https://github.com/voces/wc3data/issues"
  },
  "homepage": "https://github.com/voces/wc3data#readme",
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "module": "dist/index.js"
}
