forked from TF2Autobot/node-tf2-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 815 Bytes
/
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
{
"name": "@tf2autobot/tf2-schema",
"version": "4.5.2",
"description": "Get information about TF2 items, effects, skins and more, originally made by Nicklason, modified by IdiNium.",
"main": "index.js",
"scripts": {
"lint": "eslint ./",
"release": "np --no-cleanup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TF2Autobot/node-tf2-schema.git"
},
"author": "Nicklas Marc Pedersen/IdiNium",
"license": "MIT",
"bugs": {
"url": "https://github.com/TF2Autobot/node-tf2-schema/issues"
},
"homepage": "https://github.com/TF2Autobot/node-tf2-schema#readme",
"dependencies": {
"@tf2autobot/tf2-sku": "^2.0.4",
"async": "^3.2.6",
"axios": "^1.7.7",
"events": "^3.3.0",
"semver": "^7.6.3",
"util": "^0.12.5",
"vdf": "0.0.2"
}
}