-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 851 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
{
"name": "awesome-bots",
"version": "1.0.0",
"description": "Curated collection of amazing automation scripts.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saurabhkumar23/Awesome-Bots.git"
},
"bin": {
"cleanup": "./bin/cleanup/main.js",
"ytpAnalyzer": "./bin/youtube-playlist-analyzer/main.js",
"spotifyManage": "./bin/spotify-playlist-manager/main.js",
"getTestCases": "./bin/code-companion/main.js"
},
"author": "Saurabh Kumar",
"license": "MIT",
"bugs": {
"url": "https://github.com/saurabhkumar23/Awesome-Bots/issues"
},
"homepage": "https://github.com/saurabhkumar23/Awesome-Bots#readme",
"dependencies": {
"puppeteer": "^10.0.0",
"readline-sync": "^1.4.10"
}
}