{ "name": "@tokenvault/rtk-bridge", "version": "0.1.0", "description": "TokenVault ↔ RTK bridge — syncs local RTK SQLite stats to TokenVault PostgreSQL", "type": "module", "bin": { "tokenvault-rtk-sync": "dist/index.js" }, "license": "Apache-2.0", "scripts": { "build": "tsup", "dev": "tsx watch src/index.ts", "sync": "tsx src/index.ts", "clean": "rm -rf dist" }, "dependencies": { "better-sqlite3": "^11.7.0" }, "devDependencies": { "tsup": "^8.4.0", "tsx": "^4.19.0", "typescript": "^5.7.0", "@types/node": "^22.0.0", "@types/better-sqlite3": "^7.6.0" } }