1
0
mirror of https://github.com/c9fe/22120.git synced 2024-11-10 04:52:43 +01:00
22120/package.json
Cris Stringfellow e813c2f96a "deps"
2021-12-12 21:53:19 +08:00

52 lines
1.3 KiB
JSON

{
"name": "archivist1",
"type": "module",
"version": "1.3.15",
"description": "Library server and an archivist browser controller.",
"main": "app.js",
"module": "app.js",
"bin": {
"archivist1": "22120.js"
},
"scripts": {
"start": "node app.js",
"postinstall": "bash ./build_setup.sh",
"build": "bash ./compile.sh",
"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": "nodemon app.js",
"save": "nodemon app.js 22120 save",
"serve": "nodemon app.js 22120 serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dosyago/22120.git"
},
"keywords": [
"archivist",
"library"
],
"author": "@dosy",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/dosyago/22120/issues"
},
"homepage": "https://github.com/dosyago/22120#readme",
"dependencies": {
"chrome-launcher": "latest",
"esm": "latest",
"express": "latest",
"flexsearch": "latest",
"hasha": "latest",
"node-fetch": "latest",
"ws": "latest"
},
"devDependencies": {
"nexe": "latest",
"nodemon": "latest",
"npx": "latest",
"webpack": "latest",
"webpack-cli": "latest"
}
}