-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
29 lines (29 loc) · 941 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "couchbase-index-manager",
"version": "0.1.0",
"description": "Manage Couchbase indexes during the CI/CD process",
"repository": {
"type": "git",
"url": "git+https://github.com/brantburnett/couchbase-index-manager.git"
},
"workspaces": [
"packages/couchbase-index-manager",
"packages/couchbase-index-manager-cli"
],
"scripts": {
"audit": "lerna-audit",
"build": "lerna run build --stream",
"exec": "npm --prefix ./packages/couchbase-index-manager-cli run exec --",
"lerna": "lerna",
"lint": "lerna run lint --stream && markdownlint -i node_modules ./**/*.md",
"test": "lerna run test --stream --",
"watch": "lerna run watch --stream --parallel"
},
"author": "Brant Burnett <[email protected]> (http://www.btburnett.com)",
"license": "Apache-2.0",
"devDependencies": {
"lerna": "^8.0.0",
"lerna-audit": "^1.3.3",
"markdownlint-cli": "^0.37.0"
}
}