-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 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
{
"name": "schema.autobot.tf",
"description": "A server that handles request related to Team Fortress 2 schema",
"version": "2.12.2",
"main": "./dist/app.js",
"scripts": {
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/TF2Autobot/schema.autobot.tf.git"
},
"keywords": [
"tf2",
"schema",
"tf2schema",
"tf2autobot"
],
"author": "IdiNium",
"license": "MIT",
"bugs": {
"url": "https://github.com/TF2Autobot/schema.autobot.tf/issues"
},
"homepage": "https://github.com/TF2Autobot/schema.autobot.tf#readme",
"dependencies": {
"@fastify/swagger": "^7.6.1",
"@tf2autobot/filter-axios-error": "^1.5.4",
"@tf2autobot/tf2-schema": "^4.5.2",
"@tf2autobot/tf2-sku": "^2.0.4",
"@types/death": "^1.1.5",
"axios": "^1.7.7",
"death": "^1.1.0",
"dotenv": "^16.4.5",
"fastify": "^4.28.1",
"isobject": "^4.0.0",
"winston": "^3.16.0",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"@types/node": "^18.19.31",
"typescript": "^5.6.3"
}
}