{
  "name": "bungie-api-ts-no-const-enum",
  "version": "0.0.10",
  "description": "TypeScript mappings for the Bungie.net API",
  "type": "module",
  "sideEffects": false,
  "scripts": {},
  "jest": {
    "preset": "ts-jest/presets/js-with-babel-esm",
    "extensionsToTreatAsEsm": [
      ".ts"
    ],
    "moduleNameMapper": {
      "^(\\.{1,2}/.*)\\.js$": "$1"
    },
    "transform": {
      "^.+\\.[tj]sx?$": [
        "ts-jest",
        {
          "useESM": true
        }
      ]
    },
    "transformIgnorePatterns": []
  },
  "engines": {
    "node": ">=13.2.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jbccollins/bungie-api-ts-no-const-enum.git"
  },
  "author": "Ben Hollis",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jbccollins/bungie-api-ts-no-const-enum/issues"
  },
  "keywords": [
    "Destiny",
    "Bungie",
    "Bungie.net",
    "TypeScript"
  ],
  "homepage": "https://github.com/jbccollins/bungie-api-ts-no-const-enum",
  "devDependencies": {},
  "dependencies": {},
  "main": "./index.js",
  "types": "./index.d.ts",
  "module": "./index.js",
  "exports": {
    ".": "./index.js",
    "./http": "./http.js",
    "./app": "./app/index.js",
    "./user": "./user/index.js",
    "./content": "./content/index.js",
    "./forum": "./forum/index.js",
    "./groupv2": "./groupv2/index.js",
    "./tokens": "./tokens/index.js",
    "./destiny2": "./destiny2/index.js",
    "./communitycontent": "./communitycontent/index.js",
    "./trending": "./trending/index.js",
    "./fireteam": "./fireteam/index.js",
    "./social": "./social/index.js",
    "./core": "./core/index.js"
  }
}
