46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@smarthome.exchange/cli",
|
|
"version": "0.1.0",
|
|
"private": false,
|
|
"description": "Command line interface for smarthome.exchange.",
|
|
"bin": {
|
|
"shx": "./cli.js"
|
|
},
|
|
"exports": {
|
|
".": "./dist_ts/index.js"
|
|
},
|
|
"type": "module",
|
|
"author": "Task Venture Capital GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "tstest test/ --verbose --logfile --timeout 60",
|
|
"build": "tsbuild tsfolders --allowimplicitany",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"dependencies": {
|
|
"@smarthome.exchange/api": "workspace:*",
|
|
"@smarthome.exchange/hub": "workspace:*",
|
|
"@smarthome.exchange/interfaces": "workspace:*",
|
|
"@smarthome.exchange/sdk": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^4.4.0",
|
|
"@git.zone/tsdoc": "^2.0.3",
|
|
"@git.zone/tsrun": "^2.0.3",
|
|
"@git.zone/tstest": "^3.6.3",
|
|
"@types/node": "^25.6.0"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"cli.js",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"packageManager": "pnpm@10.28.2"
|
|
}
|