1
0
mirror of https://github.com/c9fe/22120.git synced 2024-09-19 06:22:24 +02:00
22120/package.json

61 lines
1.5 KiB
JSON
Raw Normal View History

2021-11-03 05:51:04 +01:00
{
"name": "archivist1",
2021-12-10 10:31:15 +01:00
"type": "module",
2021-11-03 05:56:56 +01:00
"version": "1.3.15",
2021-11-03 05:51:04 +01:00
"description": "Library server and an archivist browser controller.",
2021-12-10 10:31:15 +01:00
"main": "app.js",
"module": "app.js",
2021-11-03 05:51:04 +01:00
"bin": {
"archivist1": "22120.js"
},
"scripts": {
2021-12-10 10:31:15 +01:00
"start": "node app.js",
2021-11-03 05:51:04 +01:00
"postinstall": "bash ./build_setup.sh",
"build": "bash ./compile.sh",
2021-12-17 17:36:14 +01:00
"clean": "rm 22120.js *22120.js 22120.??? *.LICENSE.txt",
2021-11-03 05:51:04 +01:00
"pack": "upx 22120.exe && upx 22120.nix && upx 22120.mac && upx 22120.win32.exe && upx 22120.nix32",
2021-12-10 10:31:15 +01:00
"test": "nodemon app.js",
"save": "nodemon app.js 22120 save",
"serve": "nodemon app.js 22120 serve",
"lint": "npx eslint ."
2021-11-03 05:51:04 +01:00
},
"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",
2021-11-03 05:51:04 +01:00
"chrome-launcher": "latest",
2021-12-12 14:53:19 +01:00
"esm": "latest",
2021-11-03 05:51:04 +01:00
"express": "latest",
"flexsearch": "^0.7.21",
2021-12-21 06:07:43 +01:00
"fz-search": "^1.0.0",
2021-11-03 05:51:04 +01:00
"hasha": "latest",
2021-12-17 07:42:51 +01:00
"natural": "^5.1.11",
2021-12-18 05:13:10 +01:00
"ndx": "^1.0.2",
"ndx-query": "^1.0.1",
"ndx-serializable": "^1.0.0",
2021-11-03 05:51:04 +01:00
"node-fetch": "latest",
"ukkonen": "^1.4.0",
2021-11-03 05:51:04 +01:00
"ws": "latest"
},
"devDependencies": {
2021-12-15 06:16:16 +01:00
"eslint": "^8.4.1",
2021-12-12 14:55:54 +01:00
"nexe": "^1.1.6",
2021-12-12 14:53:19 +01:00
"nodemon": "latest",
2021-12-12 14:55:54 +01:00
"npx": "^3.0.0",
2021-11-03 05:51:04 +01:00
"webpack": "latest",
"webpack-cli": "latest"
}
}