{
  "name": "@gw2api/types",
  "version": "0.0.43",
  "description": "TypeScript types for all datastructures used by the Guild Wars 2 API",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GW2Treasures/gw2api-ts.git",
    "directory": "packages/types"
  },
  "exports": {
    "./endpoints": {
      "types": "./endpoints.ts"
    },
    "./data/*": {
      "types": "./data/*.ts"
    },
    "./schema": {
      "types": "./schema.ts"
    }
  },
  "keywords": [
    "gw2api",
    "types",
    "gw2",
    "api",
    "typescript"
  ],
  "devDependencies": {
    "typescript": "6.0.3"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "test": "tsc",
    "build": "tsc"
  }
}