-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 957 Bytes
/
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
{
"name": "nekonode",
"version": "1.1.8",
"description": "nekonode is a CLI tool to search and watch anime",
"type": "module",
"main": "src/main.js",
"repository": "https://github.com/DeveloperJosh/anime-cli",
"homepage": "https://github.com/DeveloperJosh/anime-cli#readme",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/main.js"
},
"bin": {
"nekonode": "src/main.js"
},
"keywords": [
"cli",
"anime",
"video"
],
"dependencies": {
"axios": "^1.7.2",
"chalk": "^5.3.0",
"cheerio": "^1.0.0-rc.12",
"cli-table3": "^0.6.5",
"commander": "^8.0.0",
"crypto": "^1.0.1",
"discord-rpc": "^4.0.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"figlet": "^1.7.0",
"fluent-ffmpeg": "^2.1.3",
"inquirer": "^9.3.6",
"js-yaml": "^4.1.0",
"open": "^10.1.0",
"ora": "^5.4.1",
"uuid": "^10.0.0"
}
}