mirror of https://github.com/status-im/consul.git
22 lines
395 B
JSON
22 lines
395 B
JSON
{
|
|
"private": true,
|
|
"description": "Monorepo for Consul UI, packages and addons.",
|
|
"license": "MPL-2.0",
|
|
"author": "HashiCorp",
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/*"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"doc:toc": "doctoc README.md"
|
|
},
|
|
"devDependencies": {
|
|
"doctoc": "^1.4.0",
|
|
"npm-run-all": "^4.1.5"
|
|
},
|
|
"resolutions": {
|
|
"xmlhttprequest-ssl": "^1.6.3"
|
|
}
|
|
}
|