forked from matthew1232/stockx-api
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 595 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 595 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
{
"name": "stockx-api",
"version": "1.0.3",
"description": "communicate with the unofficial StockX API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Matthew Mulfinger",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/matthew1232/stockx-api.git"
},
"keywords": [
"stockx",
"api",
"promise",
"bots",
"request"
],
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"moment": "^2.24.0",
"request": "^2.88.0",
"request-promise": "^4.2.4"
}
}