60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"name": "@smarthome.exchange/integrations",
|
|
"version": "0.1.0",
|
|
"private": false,
|
|
"description": "TypeScript-native device integrations for smarthome.exchange.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"exports": {
|
|
".": "./dist_ts/index.js"
|
|
},
|
|
"bin": {
|
|
"shx-integrations": "./cli.js"
|
|
},
|
|
"type": "module",
|
|
"author": "Task Venture Capital GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"cli": "pnpm run build && node cli.js",
|
|
"generate:ha": "node scripts/generate-homeassistant-ports.mjs",
|
|
"test": "tstest test/ --verbose --logfile --timeout 60",
|
|
"build": "tsbuild tsfolders --allowimplicitany",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"dependencies": {
|
|
"@ecobridge.xyz/devicemanager": "^3.1.0",
|
|
"@smarthome.exchange/interfaces": "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",
|
|
"changelog.md",
|
|
"license"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "https://packages.foss.global/"
|
|
},
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"keywords": [
|
|
"smarthome.exchange",
|
|
"integrations",
|
|
"device integrations",
|
|
"home automation",
|
|
"typescript"
|
|
],
|
|
"packageManager": "pnpm@10.28.2"
|
|
}
|