forked from ImTheSquid/SplitLargeFiles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 871 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
{
"name": "splitlargefiles",
"version": "1.8.0",
"description": "Splits Discord files",
"main": "index.jsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "esbuild src/SplitLargeFiles/index.jsx --bundle --outfile=src/SplitLargeFiles/bundled.js --platform=node && zpl build SplitLargeFiles",
"init": "zpl init SplitLargeFiles"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/ImTheSquid/SplitLargeFiles.git"
},
"author": "Jack Hogan",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/ImTheSquid/SplitLargeFiles/issues"
},
"homepage": "/~https://github.com/ImTheSquid/SplitLargeFiles#readme",
"dependencies": {
"zerespluginlibrary": "^2.0.6"
},
"zplConfig": {
"base": "./src",
"out": "./release",
"copyToBD": true,
"addInstallScript": true
}
}