UNPKG

atmosx-tempest-station

Version:

AtmosphericX Tempest Weather Station Polling - Built for standalone and Project AtmosphericX Integration.

45 lines (44 loc) 1.21 kB
{ "name": "atmosx-tempest-station", "version": "1.1.013", "description": "AtmosphericX Tempest Weather Station Polling - Built for standalone and Project AtmosphericX Integration.", "main": "dist/cjs/index.cjs", "module": "dist/esm/index.mjs", "repository": { "type": "git", "url": "git+https://github.com/K3YOMI/atmosx-tempest-station.git", "branch": "beta" }, "scripts": { "start": "cd ./test && node ./index.js", "build:tsup": "tsup && cd ./test && node ./index.js", "publish": "tsup && npm publish --access public", "publish-beta": "tsup && npm publish --tag beta --access public" }, "keywords": [ "Tempest Weather Station", "Weather Station", "Real-time", "TypeScript", "JavaScript", "CommonJS", "ESM" ], "author": "k3yomi, StarflightWx", "license": "MIT", "bugs": { "url": "https://github.com/K3YOMI/atmosx-tempest-station/issues" }, "homepage": "https://github.com/K3YOMI/atmosx-tempest-station#readme", "dependencies": { "axios": "^1.12.2", "croner": "^9.1.0", "typescript": "^5.9.2", "crypto-js": "^4.1.1", "ws": "^8.18.3" }, "devDependencies": { "@types/node": "^24.5.2", "tsup": "^8.5.0" } }