{
  "name": "anime-gifs-api",
  "version": "1.0.3",
  "description": "anime-images-api wrapper, wrapper for https://anime-api.hisoka17.repl.co API",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "test": "mocha ./tests",
    "build": "tsc"
  },
  "keywords": [
    "anime",
    "gifs",
    "hug",
    "slap",
    "sfw",
    "kiss",
    "punch",
    "pat",
    "cuddle"
  ],
  "author": "ShompiFlen",
  "license": "ISC",
  "devDependencies": {
    "@types/expect": "^24.3.0",
    "@types/mocha": "^10.0.1",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "undici": "^5.16.0"
  }
}
