{ "name": "dsh-quake-alert", "version": "0.4.2", "description": "Real-time earthquake, EEW, tsunami and JMA weather alerts (landslides, floods, heavy rain, storm surges) for Japan, plus global earthquake (EMSC/USGS) and tsunami (NOAA) sources — matched against your watch regions and thresholds.", "private": false, "type": "module", "license": "MIT", "author": "XuZhichao", "engines": { "node": ">=22.19.0", "dsh": ">=0.1.0-rc.6" }, "files": [ "lib", "client", "cordis.patch.yml", "README.md", "README.zh.md", "README.ja.md", "TROUBLESHOOTING.zh.md", "CHANGELOG.md", "LICENSE" ], "keywords": [ "deepseek", "deepseek-harness", "dsh", "dsh-plugin", "cordis", "earthquake", "eew", "tsunami", "jma", "p2pquake", "emsc", "usgs", "noaa", "global", "disaster-alert", "weather-alert", "japan", "灾害预警", "地震" ], "dsh": { "category": "extension", "displayName": "灾害预警 QuakeAlert", "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-connection", "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-ui-theme" ], "platform": "web" } }, "exports": { ".": "./lib/index.js", "./client": "./client/client.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "scripts": { "build": "node scripts/build-client.mjs", "build:areas": "node scripts/build-areas.mjs", "check": "node scripts/check-imports.mjs && node scripts/build-client.mjs --check && node --check lib/index.js && node --check client/client.js", "test": "node scripts/build-client.mjs && node tests/sync-test.cjs" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1" }, "dependencies": { "@deepseek-ai/schemastery": "^3.18.2" }, "devDependencies": { "rollup": "^4.63.1" } }