You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/ui/package.json

18 lines
307 B

{
"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"
}
}