{
  "name": "hanime",
  "version": "1.2.1",
  "description": "API for accessing hanime.tv",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "prepare": "npm run build",
    "version": "git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sk-1982/hanime.git"
  },
  "keywords": [
    "hentai",
    "hanime"
  ],
  "author": "sk-1982",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^15.6.1",
    "@types/node-fetch": "^2.5.10",
    "typescript": "^4.3.2"
  },
  "dependencies": {
    "abort-controller": "^3.0.0",
    "node-fetch": "^2.6.1",
    "string-strip-html": "^8.3.0",
    "tslib": "^2.2.0"
  },
  "files": [
    "lib/**/*"
  ]
}
