{
  "name": "anime-themes",
  "version": "4.0.1",
  "description": "A wrapper for interacting around https://themes.moe",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "mocha -r ts-node/register tests/**/*.test.ts",
    "coverage": "nyc -r lcov -e .ts -x \"*.test.ts\" npm run test",
    "prepublishOnly": "tsc"
  },
  "keywords": [
    "themes",
    "moe",
    "anime"
  ],
  "author": "Nitrous",
  "license": "MIT",
  "dependencies": {
    "node-fetch": "^2.6.0"
  },
  "devDependencies": {
    "@types/chai": "^4.2.7",
    "@types/chai-arrays": "^1.0.3",
    "@types/mocha": "^5.2.7",
    "@types/node-fetch": "^2.5.4",
    "@typescript-eslint/eslint-plugin": "^2.19.0",
    "@typescript-eslint/parser": "^2.19.0",
    "chai": "^4.2.0",
    "chai-arrays": "^2.0.0",
    "eslint": "^6.8.0",
    "mocha": "^7.2.0",
    "nock": "^11.7.2",
    "nyc": "^15.0.0",
    "ts-node": "^8.6.1",
    "tslint-to-eslint-config": "^0.5.1",
    "typescript": "^3.7.4"
  }
}
