{ "name": "@parking/devices", "version": "0.0.0", "private": true, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc -b", "dev": "tsc -b --watch", "typecheck": "tsc --noEmit", "lint": "tsc --noEmit" }, "dependencies": { "@parking/shared": "workspace:*", "uhppoted": "0.9.0" }, "devDependencies": { "@types/node": "25.9.3", "typescript": "6.0.3" } }