UNPKG

indexdump

Version:
58 lines (57 loc) 1.53 kB
{ "name": "indexdump", "version": "1.2.4", "private": false, "description": "Manticore Search index dump utility", "main": "./index.js", "module": "./index.mjs", "types": "./index.d.ts", "bin": { "indexdump": "index.js" }, "scripts": { "build": "yarn docs && node scripts/build.js", "lint": "eslint src/** --ignore-path ./.eslintignore", "docs": "typedoc --includeVersion --excludePrivate --out docs src/index.ts", "deploy": "node deploy.mjs" }, "keywords": [ "backup manticore index", "manticoresearch", "manticoresearch dump", "mantickoresearch backup" ], "repository": { "type": "git", "url": "https://github.com/webigorkiev/indexdump.git" }, "bugs": { "url": "https://github.com/webigorkiev/indexdump/issues" }, "homepage": "https://github.com/webigorkiev/indexdump", "author": "webigorkiev", "license": "MIT", "dependencies": { "archiver": "^5.3.1", "chalk": "4", "margv": "^1.1.2", "mariadb": "^3.0.1" }, "devDependencies": { "@rollup/plugin-alias": "^3.1.9", "@types/archiver": "^5.3.1", "@types/node": "^15.3.0", "@typescript-eslint/eslint-plugin": "^4.23.0", "@typescript-eslint/parser": "^4.29.1", "esbuild": "^0.14.51", "eslint": "^7.26.0", "fs-extra": "^10.0.1", "prompts": "^2.4.2", "rollup": "^2.56.2", "rollup-plugin-dts": "^3.0.2", "rollup-plugin-esbuild": "^4.5.0", "ts-loader": "^9.2.2", "typedoc": "^0.22.13", "typescript": "^4.3.2" } }