{ "name": "miot_x", "type": "module", "private": true, "scripts": { "pack": "bun run src/cli.ts", "fetch-devices": "bun run src/tools/fetch-devlist.ts", "test": "bun test" }, "dependencies": { "bn.js": "^5.2.1", "elliptic": "^6.6.1" }, "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5" } }