forked from Nicklason/tf2-automatic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.62 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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "tf2-automatic",
"version": "1.10.7",
"engines": {
"node": ">=6.0.0"
},
"description": "Fully automated TF2 trading bot advertising on www.backpack.tf",
"main": "automatic.js",
"dependencies": {
"@nicklason/api-request": "^1.1.3",
"bptf-listings": "^3.2.0",
"child_process": "^1.0.2",
"graceful-fs": "^4.1.15",
"isobject": "^3.0.1",
"moment": "^2.22.2",
"path": "^0.12.7",
"pm2": "^3.2.2",
"readline": "^1.3.0",
"steam-totp": "^2.1.0",
"steam-tradeoffer-manager": "^2.9.4",
"steam-user": "^3.29.1",
"steamcommunity": "^3.38.0",
"tf2": "^2.1.2",
"tf2-currencies": "^1.1.1",
"tf2-items": "^3.2.0",
"tf2automatic": "1.1.4",
"webshot": "^0.18.0",
"winston": "^2.4.4"
},
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-google": "^0.10.0",
"nodemon": "^1.18.6"
},
"scripts": {
"start": "node automatic.js",
"lint": "eslint ./",
"dev": "nodemon automatic.js --config nodemon.json",
"update": "git reset HEAD --hard && git pull && npm install"
},
"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",
"private": true
}