{
  "name": "animeflv-scrapper",
  "version": "0.3.2",
  "description": "Fake AnimeFLV API made with node-html-parser and humanoid-js.",
  "main": "./lib/index.js",
  "scripts": {
    "test": "jest --no-cache",
    "start": "node src/examples.js",
    "build": "babel src -d lib --minified",
    "format": "prettier --write \"src/**/*.js\"",
    "prepare": "npm run build",
    "prepublishOnly": "npm test",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "keywords": [
    "anime",
    "scrapper"
  ],
  "author": "monkeyandres",
  "license": "GPL-3.0-or-later",
  "dependencies": {
    "@babel/runtime": "^7.10.5",
    "humanoid-js": "^1.0.1",
    "node-html-parser": "^1.2.20"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.10.5",
    "@babel/plugin-transform-runtime": "^7.10.5",
    "@babel/preset-env": "^7.10.4",
    "jest": "^25.5.4",
    "prettier": "^1.19.1"
  },
  "files": [
    "lib"
  ],
  "jest": {
    "transformIgnorePatterns": [
      "<rootDir>/src/__test__"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/monkeyandres/animeflv-scrapper.git"
  },
  "bugs": {
    "url": "https://github.com/monkeyandres/animeflv-scrapper/issues"
  },
  "homepage": "https://github.com/monkeyandres/animeflv-scrapper/#readme"
}
