{ "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.??? *.LICENSE.txt", "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", "lint": "npx eslint ." }, "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": "^0.7.21", "hasha": "latest", "natural": "^5.1.11", "ndx": "^1.0.2", "ndx-query": "^1.0.1", "ndx-serializable": "^1.0.0", "node-fetch": "latest", "ws": "latest" }, "devDependencies": { "eslint": "^8.4.1", "nexe": "^1.1.6", "nodemon": "latest", "npx": "^3.0.0", "webpack": "latest", "webpack-cli": "latest" } }