{
  "name": "@voces/w3ts",
  "version": "4.0.1",
  "description": "TypeScript API for Warcraft III custom maps.",
  "author": "TriggerHappy",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "tstl": "./dist/index",
      "default": "./dist/index.js"
    },
    "./*": "./*"
  },
  "files": [
    "dist",
    "LICENSE"
  ],
  "scripts": {
    "build-js": "tsc --project tsconfig.build.json",
    "build-lua": "tstl --project tsconfig.buildLua.json",
    "build": "npm run build-lua && npm run build-js",
    "clean": "rm -rf dist",
    "lint": "eslint . --ext js,ts,json --quiet --fix",
    "test-lint": "eslint . --ext js,ts,json",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "peerDependencies": {
    "lua-types": "^2.13.1",
    "typescript": "^5.9 || ^6"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.1.0",
    "@typescript-eslint/parser": "^5.1.0",
    "@typescript-to-lua/language-extensions": "^1.0.0",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-prettier": "^4.0.0",
    "lua-types": "^2.13.1",
    "prettier": "^2.4.1",
    "typescript": "^5.9.3",
    "typescript-to-lua": "^1.36.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/voces/w3ts.git"
  },
  "bugs": {
    "url": "https://github.com/voces/w3ts/issues"
  },
  "homepage": "https://github.com/voces/w3ts#readme",
  "dependencies": {
    "war3-types-strict": "^0.1.3"
  }
}
