1
0
mirror of https://github.com/c9fe/22120.git synced 2024-09-19 23:21:45 +02:00
22120/package.json
Cris Stringfellow b75e0dabb8 "Up todo"
2021-12-26 16:29:10 +08:00

62 lines
1.6 KiB
JSON

{
"name": "archivist1",
"type": "module",
"version": "1.3.15",
"description": "Library server and an archivist browser controller.",
"main": "src/app.js",
"module": "src/app.js",
"bin": {
"archivist1": "22120.js"
},
"scripts": {
"start": "node src/app.js",
"postinstall": "bash ./scripts/build_setup.sh",
"build": "bash ./scripts/compile.sh",
"clean": "rm 22120.js *22120.js 22120.??? *.LICENSE.txt",
"pack": "upx 22120.exe && upx 22120.nix && upx 22120.mac && upx 22120.win32.exe && upx 22120.nix32",
"test": "nodemon src/app.js",
"save": "nodemon src/app.js 22120 save",
"serve": "nodemon src/app.js 22120 serve",
"lint": "watch -n 5 npx eslint .",
"test-hl": "node src/highlighter.js"
},
"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": {
"autosuggest-highlight": "^3.2.0",
"chrome-launcher": "latest",
"esm": "latest",
"express": "latest",
"flexsearch": "^0.7.21",
"fz-search": "^1.0.0",
"hasha": "latest",
"natural": "^5.1.11",
"ndx": "^1.0.2",
"ndx-query": "^1.0.1",
"ndx-serializable": "^1.0.0",
"node-fetch": "latest",
"ukkonen": "^1.4.0",
"ws": "latest"
},
"devDependencies": {
"eslint": "^8.4.1",
"nexe": "^1.1.6",
"nodemon": "latest",
"npx": "^3.0.0",
"webpack": "latest",
"webpack-cli": "latest"
}
}