{
  "name": "mh3-data",
  "version": "1.0.0",
  "description": "Monster Hunter Tri data for monsters, quests, and weapons",
  "type": "module",
  "types": "dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./damage": "./dist/damage/index.js",
    "./armorSkills": "./dist/model/armor-skills/index.js",
    "./common": "./dist/model/common/index.js",
    "./items": "./dist/model/items/index.js",
    "./monsterLevels": "./dist/model/monster-levels/index.js",
    "./monsters": "./dist/model/monsters/index.js",
    "./quests": "./dist/model/quests/index.js",
    "./weapons": "./dist/model/weapons/index.js"
  },
  "files": [
    "/dist"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "format": "prettier --write .",
    "lint": "eslint src/**",
    "ci": "npm run build && npm run lint && npm run test",
    "prepublishOnly": "npm run ci",
    "local-release": "changeset version && changeset publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maliciousbanjo/mh3-data.git"
  },
  "keywords": [
    "mh3",
    "mhtri",
    "monsterhunter"
  ],
  "author": "MaliciousBanjo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/maliciousbanjo/mh3-data/issues"
  },
  "homepage": "https://github.com/maliciousbanjo/mh3-data#readme",
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.4",
    "@babel/preset-typescript": "^7.24.7",
    "@changesets/cli": "^2.27.8",
    "@eslint/js": "^9.11.1",
    "@types/jest": "^29.5.13",
    "babel-jest": "^29.7.0",
    "eslint": "^9.11.1",
    "globals": "^15.9.0",
    "jest": "^29.7.0",
    "prettier": "3.3.3",
    "typescript": "^5.6.2",
    "typescript-eslint": "^8.7.0"
  }
}
