forked from dosyago/dn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.55 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
{
"name": "archivist1",
"version": "1.3.13",
"description": "Library server and an archivist browser controller.",
"main": "index.js",
"bin": {
"archivist1": "22120.js"
},
"scripts": {
"start": "node index.js",
"build": "npx webpack && nexe -t windows -i 22120.js -r \"./?.22120.js\" -r \"./public/*\" && nexe -t linux-x64 -o 22120.nix -i 22120.js -r \"./?.22120.js\" -r \"./public/*\" && nexe -t macos-x64 -o 22120.mac -i 22120.js -r \"./?.22120.js\" -r \"./public/*\" && nexe -t windows-x32 -o 22120.win32.exe -i 22120.js -r \"./?.22120.js\" -r \"./public/*\" && nexe -t linux-x32 -o 22120.nix32 -i 22120.js -r \"./?.22120.js\" -r \"./public/*\"",
"clean": "rm 22120.js *22120.js 22120.???",
"pack": "upx 22120.exe && upx 22120.nix && upx 22120.mac && upx 22120.win32.exe && upx 22120.nix32",
"test": "node-dev index.js",
"save": "node-dev index.js 22120 save",
"serve": "node-dev index.js 22120 serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dosyago/22120.git"
},
"keywords": [
"archivist",
"library"
],
"author": "@dosy",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/dosyago/22120/issues"
},
"homepage": "https://github.com/dosyago/22120#readme",
"dependencies": {
"chrome-launcher": "^0.13.4",
"esm": "^3.2.25",
"express": "^4.17.1",
"hasha": "^5.1.0",
"minisearch": "^2.4.1",
"node-fetch": "^2.6.0",
"ws": "^7.2.1"
},
"devDependencies": {
"node-dev": "^4.0.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}