ohif-viewer/platform/cli/package.json

45 lines
977 B
JSON

{
"name": "@ohif/cli",
"version": "3.13.0-beta.66",
"description": "A CLI to bootstrap new OHIF extension or mode",
"type": "module",
"main": "src/index.js",
"private": true,
"bin": {
"ohif-cli": "src/index.js"
},
"scripts": {
"clean": "shx rm -rf dist",
"clean:deep": "yarn run clean && shx rm -rf node_modules",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"ohif"
],
"author": "OHIF Contributors",
"license": "MIT",
"dependencies": {
"@babel/core": "7.28.0",
"axios": "1.13.5",
"chalk": "5.4.1",
"execa": "8.0.1",
"gitignore": "0.7.0",
"inquirer": "8.2.6",
"listr": "0.14.3",
"mustache": "4.2.0",
"ncp": "2.0.0",
"node-fetch": "3.3.2",
"pkg-install": "1.0.0",
"registry-url": "6.0.1",
"spdx-license-list": "6.10.0",
"util": "0.12.5",
"yarn-programmatic": "0.1.2"
},
"files": [
"bin/",
"src/",
"templates/"
]
}