-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 KB
/
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
41
42
{
"name": "@tf2autobot/tradeoffer-manager",
"version": "2.17.7",
"description": "A simple trade offers API for Steam",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/TF2Autobot/node-steam-tradeoffer-manager.git"
},
"keywords": [
"steam",
"trade",
"offers",
"tradeoffers",
"trading",
"trade"
],
"author": "Alex Corn <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TF2Autobot/node-steam-tradeoffer-manager/issues"
},
"homepage": "https://github.com/TF2Autobot/node-steam-tradeoffer-manager",
"scripts": {
"update-resources": "node scripts/update-resources.js"
},
"dependencies": {
"@doctormckay/stdlib": "^1.16.1",
"@tf2autobot/steamcommunity": "^3.48.3",
"async": "^3.2.6",
"file-manager": "^2.0.1",
"languages": "^0.1.3",
"steamid": "^2.1.0"
},
"engines": {
"node": ">=18.17.0"
},
"directories": {
"example": "examples",
"lib": "lib"
}
}