-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
67 lines (67 loc) · 1.85 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
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "autobot.tf",
"version": "3.16.1",
"description": "Official TF2Autobot website",
"main": "dist/server/index.js",
"dependencies": {
"@tf2autobot/tf2-currencies": "^2.0.1",
"@tf2autobot/tf2-schema": "^4.5.1",
"@tf2autobot/tf2-sku": "^2.0.4",
"axios": "^1.7.7",
"body-parser": "^1.20.2",
"canvas": "^2.11.2",
"change-case": "^4.1.2",
"dayjs": "^1.11.13",
"death": "^1.1.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-rate-limit": "^6.11.2",
"jimp": "^1.6.0",
"jsonschema": "^1.4.1",
"merge-images": "^2.0.0",
"module-alias": "^2.2.3",
"pm2": "^5.4.2",
"pretty-ms": "^7.0.1",
"reconnecting-websocket": "^4.4.0",
"winston": "^3.15.0",
"winston-daily-rotate-file": "^4.7.1",
"write-file-atomic": "^4.0.2",
"ws": "^7.5.10"
},
"scripts": {
"release": "np --no-cleanup --no-publish",
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/TF2Autobot/autobot.tf.git"
},
"author": "IdiNium",
"license": "ISC",
"bugs": {
"url": "https://github.com/TF2Autobot/autobot.tf/issues"
},
"homepage": "https://github.com/TF2Autobot/autobot.tf#readme",
"devDependencies": {
"@babel/preset-typescript": "^7.18.6",
"@tf2autobot/jsonlint": "^1.0.0",
"@types/death": "^1.1.2",
"@types/express": "^4.17.14",
"@types/request": "^2.48.8",
"@types/write-file-atomic": "^4.0.0",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tsdoc": "^0.2.17",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
},
"private": true,
"_moduleAliases": {
"@pricer": "dist/app/lib/pricer"
}
}