datahub/bin/package.json
2022-01-24 12:39:54 +01:00

29 lines
574 B
JSON

{
"name": "portal-cli-app",
"version": "1.0.0",
"description": "Simple CLI for displaying and publishing dataset pages",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.0",
"commander": "^6.2.0",
"cpy": "^8.1.1",
"cross-spawn": "^7.0.3",
"figlet": "^1.5.0",
"listr": "^0.14.3",
"open": "^8.0.2",
"ora": "^5.1.0",
"prompts": "^2.4.0"
},
"files": [
"bin"
],
"bin": {
"datahub": "index.js"
}
}