forked from GiorgioBrux/nitro-sniper-enhanced
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.58 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
{
"name": "@giorgiobrux/nitro-sniper-enhanced",
"version": "1.11.5",
"main": "src/index.js",
"license": "GPL-3.0-or-later",
"dependencies": {
"axios": "^0.21.1",
"axios-rate-limit": "^1.3.0",
"bufferutil": "^4.0.3",
"chalk": "^4.1.2",
"crypto-js": "^4.1.1",
"discord.js-light": "git+https://[email protected]/GiorgioBrux/discord.js-light.git",
"dotenv": "^10.0.0",
"erlpack": "^0.1.3",
"sync-request": "^6.1.0",
"utf-8-validate": "^5.0.5",
"zlib-sync": "latest"
},
"engines": {
"node": "14.x",
"npm": "7.x"
},
"scripts": {
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/GiorgioBrux/nitro-sniper-enhanced.git"
},
"devDependencies": {
"@babel/core": "7.15.0",
"@babel/eslint-parser": "7.15.0",
"@babel/eslint-plugin": "7.14.5",
"@babel/preset-env": "7.15.0",
"@commitlint/config-conventional": "13.1.0",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.0",
"commitlint": "13.1.0",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.1",
"lint-staged": "^11.1.2",
"semantic-release": "17.4.6",
"simple-git-hooks": "2.6.1"
},
"simple-git-hooks": {
"commit-msg": "npx --no-install commitlint --edit $1",
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.js": [
"eslint --cache --fix",
"prettier --write"
]
}
}