-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 920 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "hex",
"version": "1.0.0",
"description": "**The generator & checker discord nitro Made with by Pieczarka_YT.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Pieczarka_YT",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.1",
"js-yaml": "^4.1.0",
"ms": "^2.1.3",
"needle": "^2.6.0",
"proxy-agent": "^5.0.0",
"winston": "^3.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pieczarka_YT/HEX.git"
},
"bugs": {
"url": "https://github.com/PieczarkaYTT/HEX/issue"
},
"homepage": "https://github.com/PieczarkaYTT/HEX#readme",
"pkg": {
"scripts": [
"app.js",
"utils/*.js",
"node_modules/vm2/lib/setup-sandbox.js"
],
"assets": [
"utils/*"
],
"targets": [
"node18-linux-x64",
"node18-macos-x64",
"node18-win-x64"
],
"outputPath": "dist"
},
"bin": {
"hex": "app.js"
}
}