{
  "name": "@destinyitemmanager/dim-api-types",
  "version": "1.40.0",
  "description": "TypeScript types for the DIM API",
  "types": "./index.d.ts",
  "module": "./index.js",
  "type": "module",
  "sideEffects": false,
  "scripts": {},
  "files": [
    "index.cjs",
    "index.d.ts",
    "index.js",
    "README.md",
    "LICENSE.md",
    "package.json"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DestinyItemManager/dim-api.git"
  },
  "author": "Ben Hollis",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DestinyItemManager/dim-api/issues"
  },
  "keywords": [
    "Destiny",
    "Bungie",
    "Bungie.net",
    "TypeScript"
  ],
  "homepage": "https://github.com/DestinyItemManager/dim-api",
  "devDependencies": {
    "@types/node": "^10.14.8",
    "typescript": "^4.1.3"
  },
  "dependencies": {}
}