forked from Nicklason/tf2-automatic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.11 KB
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
43
{
"name": "tf2-automatic",
"version": "1.4.9",
"engines": {
"node": ">=6.0.0"
},
"description": "Fully automated TF2 trading bot advertising on www.backpack.tf",
"main": "automatic.js",
"dependencies": {
"bptf-listings": "^2.4.2",
"graceful-fs": "^4.1.11",
"moment": "^2.20.1",
"steam-totp": "^2.0.1",
"steam-tradeoffer-manager": "^2.9.3",
"steam-user": "^3.25.1",
"steamcommunity": "^3.34.1",
"tf2-items": "^2.0.2",
"tf2-prices": "^1.0.7",
"winston": "^2.4.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-plugin-node": "^6.0.1",
"nodemon": "^1.17.4"
},
"scripts": {
"start": "node automatic.js",
"dev": "nodemon automatic.js --config nodemon.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nicklason/tf2-automatic.git"
},
"author": {
"name": "Nicklas Marc Pedersen",
"url": "https://steamcommunity.com/id/nicklason/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Nicklason/tf2-automatic/issues"
},
"homepage": "https://github.com/Nicklason/tf2-automatic#readme"
}