This repository has been archived by the owner on Jun 8, 2019. It is now read-only.
forked from xTCry/VCoin
-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathpackage.json
66 lines (66 loc) · 1.75 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "vcoinx",
"version": "1.3.12",
"description": "VCoin modification w/o comission and donate ask.",
"private": true,
"main": "index.js",
"auto-updater": {
"repo": "cursedseal/VCoinX",
"branch": "master"
},
"dependencies": {
"@sentry/node": "5.0.6",
"auto-updater": "^1.0.2",
"colors": "^1.3.3",
"cross-env": "^5.2.0",
"debug": "^4.1.1",
"open": "^6.1.0",
"safe-eval": "^0.4.1",
"vk-io": "^4.0.0-rc.16",
"window": "^4.2.6",
"ws": "^6.2.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"husky": "^1.3.1"
},
"scripts": {
"dev": "cross-env NODE_ENV=development DEBUG=vcoinx:* node --nolazy --inspect index.js",
"start": "cross-env NODE_ENV=production node index.js",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"pre-push": "npm run lint"
}
},
"engines": {
"node": "^8 || ^10 || ^11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cursedseal/VCoinX.git"
},
"keywords": [
"vk",
"coin",
"x",
"vcoinx",
"vkcoin",
"bot",
"miner"
],
"author": "cursedseal",
"license": "ISC",
"bugs": {
"url": "https://github.com/cursedseal/VCoinX/issues"
},
"homepage": "https://github.com/cursedseal/VCoinX#readme"
}