forked from matthew1232/stockx-api
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 905 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": "stockx-api",
"version": "2.0",
"description": "enhance the communication with the unofficial StockX API",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 50000"
},
"author": "Stefano Zeppieri",
"contributor": ["Matthew Mulfinger"],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/J0ker98/stockx-api.git"
},
"keywords": [
"stockx",
"api",
"promise",
"bots",
"request"
],
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"got": "^11.8.5",
"hpagent": "^0.1.1",
"http2-wrapper": "^1.0.0-beta.5.2",
"moment": "^2.29.2",
"postman-request": "^2.88.1-postman.30",
"random-useragent": "^0.5.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"tunnel": "0.0.6"
},
"devDependencies": {
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"mocha": "^8.4.0"
}
}