-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 921 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
{
"name": "supreme-community-api",
"version": "4.0.1",
"description": "Requests latest droplist from SupremeCommunity",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"run-example": "node test.js",
"build": "npx tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SunstroUS/supreme-community-api.git"
},
"author": "SunstroUS",
"license": "MIT",
"bugs": {
"url": "https://github.com/SunstroUS/supreme-community-api/issues"
},
"homepage": "https://github.com/SunstroUS/supreme-community-api#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"request": "^2.88.0",
"request-promise": "^4.2.4"
},
"keywords": [
"supreme",
"supreme-community"
],
"files": [
"dist/**/*"
],
"devDependencies": {
"@types/cheerio": "^0.22.22",
"@types/request-promise": "^4.1.46",
"typescript": "^4.0.5"
}
}