uvlava/services/dns-updater/package.json

20 lines
576 B
JSON
Raw Normal View History

{
"name": "@ct/dns-updater",
"version": "0.1.0",
"private": true,
"description": "dyndns2-compatible DNS updater for *.ct.uvlava.com, backed by the DigitalOcean DNS API. Lets region-mobile nodes (live broadcast relay, sales/prospector PWA) self-update their A record on relocation.",
"type": "module",
"scripts": {
"dev": "bun run --watch src/index.ts",
"start": "bun run src/index.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"hono": "^4.6.13"
},
"devDependencies": {
"@types/bun": "^1.1.14",
"typescript": "^5.7.2"
}
}