-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 903 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
30
31
{
"name": "@tf2autobot/bptf-listings",
"version": "5.7.8",
"description": "Manage listings on backpack.tf, originally made by Nicklason, modified by IdiNium.",
"main": "index.js",
"scripts": {
"dev": "nodemon app.js",
"lint": "eslint ./",
"release": "np --no-cleanup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TF2Autobot/node-bptf-listings.git"
},
"author": "Nicklas Marc Pedersen/IdiNium",
"license": "MIT",
"bugs": {
"url": "https://github.com/TF2Autobot/node-bptf-listings/issues"
},
"homepage": "https://github.com/TF2Autobot/node-bptf-listings#readme",
"dependencies": {
"@tf2autobot/filter-axios-error": "^1.5.4",
"@tf2autobot/tf2-currencies": "^2.0.1",
"@tf2autobot/tf2-sku": "^2.0.4",
"async": "^3.2.6",
"axios": "^1.7.7",
"events": "^3.3.0",
"steamid": "^2.1.0",
"util": "^0.12.5"
}
}