-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 951 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
32
33
34
{
"name": "skincrib-tools",
"version": "1.0.0",
"description": "A bunch of tools to automate the trader experience on Skincrib!",
"main": "index.js",
"scripts": {
"import": "node src/import.js",
"deposit": "node src/deposit.js",
"sniper": "node src/sniper.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Skincrib/skincrib-tools.git"
},
"author": "sampli",
"license": "ISC",
"bugs": {
"url": "https://github.com/Skincrib/skincrib-tools/issues"
},
"homepage": "https://github.com/Skincrib/skincrib-tools#readme",
"dependencies": {
"@skincrib/skincrib-client": "^1.0.2",
"JSONStream": "^1.3.5",
"bluebird": "^3.7.2",
"discord-webhook-node": "^1.1.8",
"event-stream": "^4.0.1",
"mongoose": "^6.0.6",
"request": "^2.88.2",
"steam-totp": "^2.1.1",
"steam-tradeoffer-manager": "^2.10.3",
"steamcommunity": "^3.43.1",
"util": "^0.12.4"
}
}