couchbase-index-manager
Version:
Manage Couchbase indexes during the CI/CD process
54 lines (53 loc) • 1.29 kB
JSON
{
"name": "couchbase-index-manager",
"version": "2.2.0",
"description": "Manage Couchbase indexes during the CI/CD process",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"lint": "eslint ./",
"test": "jest",
"test.watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brantburnett/couchbase-index-manager.git",
"directory": "packages/couchbase-index-manager"
},
"author": "Brant Burnett <btburnett3@gmail.com> (http://www.btburnett.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/brantburnett/couchbase-index-manager/issues"
},
"homepage": "https://github.com/brantburnett/couchbase-index-manager#readme",
"engines": {
"node": ">=20"
},
"keywords": [
"index",
"n1ql",
"couchbase",
"ci",
"cd",
"continuous"
],
"files": [
"dist/**/*.ts",
"dist/**/*.js"
],
"devDependencies": {
"@types/inquirer": "^9.0.7",
"@types/js-yaml": "^4.0.3",
"@types/lodash": "^4.14.172",
"@types/node": "^20.11.25",
"markdownlint-cli": "^0.32.2"
},
"dependencies": {
"chalk": "^2.3.1",
"couchbase": "^4.6.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.15",
"tslib": "^2.8.1"
}
}