Files
devicemanager/package.json

26 lines
677 B
JSON
Raw Normal View History

2026-01-09 06:00:42 +00:00
{
"name": "@ecobridge.xyz/devicemanager",
"version": "1.0.1",
"private": false,
"description": "a device manager for talking to devices on network and over usb",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Task Venture Capital GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --verbose)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "(tsdoc)"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.1.0",
"@git.zone/tsrun": "^2.0.0",
"@git.zone/tstest": "^3.1.3",
"@types/node": "^25.0.3"
},
"dependencies": {
"@push.rocks/smartpath": "^6.0.0"
}
}