couchbase-index-manager
Version:
Manage Couchbase indexes during the CI/CD process
64 lines (63 loc) • 1.71 kB
JSON
{
"name": "couchbase-index-manager",
"version": "2.1.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": ">=12"
},
"keywords": [
"index",
"n1ql",
"couchbase",
"ci",
"cd",
"continuous"
],
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@types/debug": "^4.1.7",
"@types/inquirer": "^7.3.3",
"@types/jest": "^27.0.2",
"@types/js-yaml": "^4.0.3",
"@types/lodash": "^4.14.172",
"@types/node": "^16.7.2",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"babel-jest": "^27.2.5",
"eslint": "^7.32.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-node": "^11.1.0",
"jest": "^27.2.5",
"jest-extended": "^1.0.0",
"markdownlint-cli": "^0.16.0",
"typescript": "^4.4.2"
},
"dependencies": {
"chalk": "^2.3.1",
"couchbase": "^4.1.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.15",
"tslib": "^2.3.1"
}
}