{ "name": "@smarthome.exchange/sdk", "version": "0.1.0", "private": false, "description": "Automation authoring SDK for smarthome.exchange.", "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/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/**/*", "readme.md", "changelog.md", "license" ], "browserslist": [ "last 1 chrome versions" ], "packageManager": "pnpm@10.28.2" }