crunchy/package.json
2018-07-30 22:47:33 +01:00

58 lines
1.4 KiB
JSON

{
"author": "Godzil",
"description": "Crunchy is a fork of Crunchyroll.js, capable of downloading anime episodes from the popular CrunchyRoll streaming service.",
"license": "MIT",
"keywords": [
"anime",
"download",
"crunchyroll"
],
"name": "crunchy",
"repository": {
"type": "git",
"url": "git://github.com/Godzil/crunchyroll.js.git"
},
"engines": {
"node": ">=5.0"
},
"version": "1.3.0",
"bin": {
"crunchy": "./bin/crunchy",
"crunchy.sh": "./bin/crunchy.sh"
},
"dependencies": {
"big-integer": "^1.6.30",
"bluebird": "^3.5.1",
"cheerio": "^0.22.0",
"cloudscraper": "^1.5.0",
"commander": "^2.15.1",
"fs-extra": "^6.0.1",
"mkdirp": "^0.5.0",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"xml2js": "^0.4.5"
},
"devDependencies": {
"@types/bluebird": "^3.5.20",
"@types/cheerio": "^0.22.7",
"@types/fs-extra": "^5.0.2",
"@types/mkdirp": "^0.5.2",
"@types/request": "^2.47.0",
"@types/request-promise": "^4.1.41",
"@types/xml2js": "^0.4.2",
"tsconfig-lint": "^0.12.0",
"tslint": "^5.10.0",
"typescript": "^2.9.1"
},
"scripts": {
"prepublishOnly": "npm run build",
"compile": "tsc",
"build": "tsc",
"test": "tslint --project .",
"start": "node ./bin/crunchy"
},
"bugs": {
"url": "https://github.com/Godzil/Crunchy/issues"
}
}