-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 912 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
{
"name": "steam-vanity-url-swap",
"version": "1.0.2",
"description": "Nodejs based script for swaping vanity url between two steam accounts as fast as possible",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "title Refloow / Steam Vanity Url Swap & node index.js pause"
},
"repository": {
"type": "git",
"url": "git+https://https://github.com/Refloow/Steam-Vanity-URL-Swap.git"
},
"homepage": "https://github.com/Refloow/Steam-Vanity-URL-Swap",
"dependencies": {
"colors": "1.4.0",
"console-master": "^1.0.3",
"moment": "2.28.0",
"request": "2.88.0",
"request-promise": "4.2.6",
"steam-totp": "^2.1.2",
"steam-user": "5.0.4",
"steamcommunity": "^3.48.0",
"svu-diagnostics": "^1.0.1",
"winston": "3.3.3"
},
"author": "Veljko Vuckovic",
"license": "MIT",
"years": "2022-2024"
}