forked from Ohpeii/nitro-sniper
-
Notifications
You must be signed in to change notification settings - Fork 231
/
Copy pathpackage.json
57 lines (57 loc) · 1.54 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
{
"name": "@giorgiobrux/nitro-sniper-enhanced",
"version": "1.11.6",
"main": "src/index.js",
"license": "GPL-3.0-or-later",
"type": "module",
"dependencies": {
"axios": "^1.6.8",
"axios-rate-limit": "^1.3.0",
"bufferutil": "^4.0.8",
"chalk": "^5.3.0",
"crypto-js": "^4.2.0",
"discord.js-light": "git+https://git@github.com/GiorgioBrux/discord.js-light.git",
"dotenv": "^16.4.5",
"sync-request": "^6.1.0",
"utf-8-validate": "^6.0.3"
},
"engines": {
"node": ">=20.x",
"npm": ">=10.x"
},
"scripts": {
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/GiorgioBrux/nitro-sniper-enhanced.git"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-syntax-import-assertions": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@commitlint/config-conventional": "19.1.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"commitlint": "19.2.1",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"lint-staged": "^15.2.2",
"semantic-release": "23.0.7",
"simple-git-hooks": "2.11.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"
]
}
}