This repository was archived by the owner on Feb 24, 2024. It is now read-only.
forked from aj-swartz/SaladBind
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.25 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.25 KB
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
{
"name": "saladbind",
"version": "1.8.8",
"description": "BIND-ing the good features from other projects together (and fucking nuking the bad ones)",
"main": "src/index.js",
"scripts": {
"start": "node src/index",
"compile": "pkg src/index.js --targets node18-linux-x64,node18-macos-x64,node18-win-x64 --output bin/saladbind",
"preversion": "node internal/alfurVersionValidator.js",
"postversion": "git push && git push --tags",
"update-dag": "node internal/alfurDagUpdater.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/validcube/UnstableBind.git"
},
"author": "Original author: LIT Devs, Maintained by: validcube",
"license": "GNUv3",
"bugs": {
"url": "https://github.com/validcube/UnstableBind/issues"
},
"homepage": "https://github.com/validcube/UnstableBind#readme",
"dependencies": {
"chalk": "^4.1.2",
"decompress": "^4.2.1",
"decompress-targz": "^4.1.1",
"decompress-unzip": "^4.0.1",
"discord-rpc": "^4.0.1",
"env-paths": "^2.2.1",
"https": "^1.0.0",
"inquirer": "^8.2.6",
"mv": "^2.1.1",
"node-fetch": "^2.7.0",
"open": "^10.0.3",
"ora": "^8.0.1",
"systeminformation": "^5.22.0"
},
"devDependencies": {
"pkg": "^5.8.1"
}
}