-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "bptf-autopricer",
"version": "1.0.0",
"description": "Automatically prices items using listing data from backpack.tf, with data from prices.tf acting as a baseline.",
"main": "bptf-autopricer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jack-richards/bptf-autopricer.git"
},
"keywords": [
"tf2",
"team fortress 2",
"tf2 autopricer",
"backpack tf",
"backpack tf autopricer",
"bptf",
"bptf autopricer"
],
"author": "Jack Samuel Richards",
"license": "MIT",
"bugs": {
"url": "https://github.com/jack-richards/bptf-autopricer/issues"
},
"homepage": "https://github.com/jack-richards/bptf-autopricer#readme",
"dependencies": {
"@tf2autobot/tf2-schema": "^4.3.0",
"async-lock": "^1.4.0",
"axios": "^1.6.2",
"chokidar": "^3.5.3",
"express": "^4.18.2",
"pg-promise": "^11.5.4",
"reconnecting-websocket": "^4.4.0",
"socket.io": "^4.7.2",
"ws": "^8.14.2"
}
}