-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.44 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "akwam-cli",
"version": "1.0.36",
"description": "A CLI (Command Line based) project to download movies, series, ... from https://old.akwam.co",
"scripts": {
"start": "npm run build && node bin/akwam-cli.js",
"build": "rm -rf lib/ && jest && rollup -c",
"dev": "rm -rf lib/ && jest && rollup -w -c",
"test": "jest",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix"
},
"main": "bin/akwam-cli.js",
"bin": {
"akwam-cli": "bin/akwam-cli.js"
},
"author": "Mohssine Aboutaj",
"license": "MIT",
"private": false,
"devDependencies": {
"@rollup/plugin-node-resolve": "^10.0.0",
"jest": "^26.6.3",
"rollup": "^2.33.3",
"rollup-plugin-eslint": "^7.0.0"
},
"dependencies": {
"axios": "^0.21.0",
"cheerio": "^1.0.0-rc.3",
"cli-progress": "^3.8.2",
"colors": "^1.4.0",
"download-file-with-progressbar": "^1.2.3",
"inquirer": "^7.3.3",
"lodash": "^4.17.20",
"write-json": "^3.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohssineAboutaj/akwam-cli.git"
},
"keywords": [
"akwam",
"اكوام",
"akwam downloader",
"akwam-cli",
"egybest alternative",
"download movie",
"download game",
"download serie",
"download anime",
"download "
],
"bugs": {
"url": "https://github.com/mohssineAboutaj/akwam-cli/issues"
},
"homepage": "https://github.com/mohssineAboutaj/akwam-cli#readme"
}