-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 791 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 791 Bytes
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
{
"name": "SupremeRestocks",
"version": "2.0",
"description": "Script that monitors supremenewyork for items that have restocked.",
"main": "supreme.js",
"scripts": {
"start": "node supreme.js"
},
"author": "Alexander Stevens <alxtv1026@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/Asteezy24/SupremeRestocks.git"
},
"bugs": {
"url": "https://github.com/Asteezy24/SupremeRestocks/issues"
},
"dependencies": {
"async": "^2.1.4",
"cheerio": "^0.22.0",
"cheerio-req": "^1.2.0",
"discord-bot-webhook": "^1.0.4",
"fs": "0.0.1-security",
"request": "^2.79.0",
"request-promise": "^4.2.2",
"slack-webhook": "^1.0.0",
"underscore": "^1.8.3",
"webhook-discord": "^2.0.6"
}
}