UNPKG

@ablanc/crunchyroll

Version:

Node.js module to scrape crunchyroll website.

43 lines (42 loc) 1.01 kB
{ "name": "@ablanc/crunchyroll", "version": "2.4.0", "description": "Node.js module to scrape crunchyroll website.", "main": "dist/index.js", "types": "dist/index.d.ts", "directories": { "test": "tests" }, "scripts": { "build": "rimraf dist && tsc", "test": "jest --coverage", "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls", "prepublishOnly": "rimraf dist && tsc" }, "keywords": [ "nodejs", "scraping", "crunchyroll", "anime", "typescript" ], "author": "Blanc Adrien", "license": "MIT", "dependencies": { "cheerio": "^1.0.0-rc.3", "node-fetch": "^2.6.0" }, "devDependencies": { "@types/cheerio": "^0.22.17", "@types/jest": "^25.2.1", "@types/node": "^13.11.0", "@types/node-fetch": "^2.5.5", "coveralls": "^3.0.9", "jest": "^25.3.0", "rimraf": "^3.0.2", "ts-jest": "^25.3.1", "ts-node": "^8.8.2", "ts-node-dev": "^1.0.0-pre.44", "typescript": "^3.8.3" } }