forked from Preport/getBackpackTFListings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 927 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
{
"name": "getbackpacktflistings",
"version": "0.6.2",
"description": "Useful for getting classified listings without using the backpack.tf's API which is rate-limited.",
"main": "dist/index.js",
"scripts": {
"test": "tsc && node ./dist/test.js",
"build": "tsc",
"prepublishOnly": "tsc"
},
"types": "dist/index.d.ts",
"author": "Erdem Gez",
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.6",
"cuint": "^0.2.2",
"got": "^11.8.2",
"hpagent": "^0.1.1",
"tf2-sku-2": "^2.0.1"
},
"devDependencies": {
"@types/cuint": "^0.2.1",
"@types/node": "^15.0.0",
"typescript": "^4.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Preport/getBackpackTFListings.git"
},
"bugs": {
"url": "https://github.com/Preport/getBackpackTFListings/issues"
},
"homepage": "https://github.com/Preport/getBackpackTFListings#readme"
}