{
  "name": "esiil",
  "version": "1.1.2",
  "description": "Minimalist library for EVE Online's ESI",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc && npm pack --pack-destination packs",
    "patch": "tsc && npm version patch && npm publish",
    "test": "jest",
    "trial": "node ./attempt.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/karnthis/esiil.git"
  },
  "keywords": [
    "eve",
    "eve online",
    "eveonline",
    "ESI"
  ],
  "author": "Erin Rivas <me@erinrivas.com>",
  "homepage": "https://github.com/karnthis/esiil#readme",
  "bugs": {
    "url": "https://github.com/karnthis/esiil/issues"
  },
  "license": "MIT",
  "dependencies": {
    "jose": "^4.3.5",
    "node-fetch": "^2.6.1"
  },
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "@types/node": "^14.14.32",
    "@types/node-fetch": "^2.5.8",
    "dotenv": "^8.2.0",
    "jest": "^26.6.3",
    "ts-jest": "^26.5.3",
    "tslint": "^6.1.3",
    "typescript": "^4.4.4"
  },
  "directories": {
    "test": "test"
  }
}
