-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathpackage.json
53 lines (53 loc) · 1.32 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
44
45
46
47
48
49
50
51
52
53
{
"name": "steamhourboostv2",
"version": "4.1.3",
"description": "Steam hour boost with two factor support",
"main": "lib/app.js",
"scripts": {
"app": "node lib/app.js",
"boost": "node lib/app.js",
"user": "node lib/user.js",
"pm2": "pm2 start lib/app.js",
"pretty": "prettier-eslint lib/*.js --write",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frk1/steamhourboostv2.git"
},
"keywords": [
"steam",
"boost",
"csgo"
],
"author": "frk <hazefrk+dev@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/frk1/steamhourboostv2/issues"
},
"homepage": "https://github.com/frk1/steamhourboostv2#readme",
"dependencies": {
"app-root-path": "^2.0.1",
"bluebird": "^3.5.1",
"fs-extra": "^5.0.0",
"fuse.js": "^3.2.0",
"inquirer": "^5.2.0",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"ramda": "^0.25.0",
"steam-totp": "^2.1.0",
"steam-user": "^3.27.1",
"telegraf": "^3.15.3"
},
"engines": {
"node": ">=8.9.0"
},
"devDependencies": {
"eslint": "^4.11.0",
"eslint-config-recommended": "^2.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.1",
"prettier": "^1.8.2",
"prettier-eslint-cli": "^4.4.0"
}
}