{
  "name": "nyaapi-sukebei",
  "version": "2.4.5",
  "description": "Non-official api for sukebei forked from NyaaApi by Kylard",
  "main": "src/index.js",
  "scripts": {
    "lint": "standard --verbose --fix | snazzy",
    "test:si": "nyc ava --verbose --serial test/si.test.js",
    "test": "npm run lint && nyc ava --verbose --serial",
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "cloc": "cloc $(git ls-files)"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ndduc/Nyaapi-sukebei.git"
  },
  "author": "Kylart",
  "license": "MIT",
  "keywords": [
    "sukebei",
    "nyaa sukebei",
    "torrent",
    "magnet-links"
  ],
  "bugs": {
    "url": "https://github.com/ndduc/Nyaapi-sukebei"
  },
  "homepage": "https://github.com/ndduc/Nyaapi-sukebei",
  "dependencies": {
    "axios": "^0.23.0",
    "cheerio": "^1.0.0-rc.3",
    "form-data": "^3.0.0",
    "lodash.omit": "^4.5.0"
  },
  "devDependencies": {
    "ava": "^2.4.0",
    "cloc": "^2.5.0",
    "codecov": "^3.6.1",
    "colors": "^1.4.0",
    "nyc": "^14.1.1",
    "pre-commit": "^1.2.2",
    "snazzy": "^8.0.0",
    "standard": "^14.3.1"
  },
  "standard": {
    "ignore": [
      "test/*.js"
    ]
  },
  "nyc": {
    "exclude": [
      "**/*.test.js",
      "**/node_modules/**",
      "src/sukebei/helpers/**"
    ]
  },
  "pre-commit": [
    "lint"
  ],
  "directories": {
    "test": "test"
  }
}
