-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 822 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 822 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
31
32
33
34
{
"name": "supreme-toolkit",
"version": "1.0.0",
"description": "A simple rest api to fetch and parse supreme",
"main": "index.js",
"scripts": {
"start": "nodemon --exec babel-node src/index.js",
"test": "echo \"No test specified\" && exit 0"
},
"keywords": [
"supreme",
"parser",
"sneakers",
"bot"
],
"author": "matthew.wallt@gmail.com",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"nodemon": "^1.18.9",
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.3",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"https-proxy-agent": "^3.0.1",
"mongoose": "^5.7.10",
"node-fetch": "^2.6.0",
"uuid": "^3.3.2",
"webhook-discord": "^3.5.1"
}
}