Diskernet/package.json

69 lines
1.9 KiB
JSON

{
"name": "diskernet",
"version": "2.4.11",
"type": "module",
"description": "Library server and an archivist browser controller.",
"main": "src/app.js",
"module": "dist/22120-module.js",
"bin": {
"diskernet": "build/DiskerNet.js"
},
"scripts": {
"bundle": "rollup --config",
"start": "node src/app.js",
"setup": "bash ./scripts/build_setup.sh",
"build": "echo 'please run ./scripts/build_setup.sh first (one time only) and then ./scripts/compile.sh'",
"clean": "rm -rf build/* bin/*",
"super-clean": "npm run clean && (rm package-lock.json || :) && rm -rf node_modules",
"test": "nodemon src/app.js",
"save": "nodemon src/app.js DiskerNet save",
"serve": "nodemon src/app.js DiskerNet serve",
"lint": "watch -n 5 eslint .",
"test-hl": "node src/highlighter.js",
"postpublish": "cp package.json .package.build.json",
"prepublishOnly": "npm run bundle && npx webpack .",
"postinstall": "./scripts/postinstall.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dosyago/DiskerNet.git"
},
"pkg": {
"scripts": "build/*.js",
"assets": "public/**/*",
"outputPath": "bin"
},
"keywords": [
"archivist",
"library"
],
"author": "@dosy",
"license": "PolyForm Strict 1.0",
"bugs": {
"url": "https://github.com/dosyago/DiskerNet/issues"
},
"homepage": "https://github.com/dosyago/DiskerNet#readme",
"dependencies": {
"chrome-launcher": "latest",
"express": "latest",
"flexsearch": "latest",
"fz-search": "latest",
"hasha": "latest",
"natural": "latest",
"ndx": "latest",
"ndx-query": "latest",
"ndx-serializable": "latest",
"node-fetch": "latest",
"ukkonen": "latest",
"ws": "latest"
},
"devDependencies": {
"eslint": "latest",
"esm": "latest",
"nodemon": "latest",
"pkg": "latest",
"webpack": "latest",
"webpack-cli": "latest"
}
}