{ "name": "@star-kitten/eve-data", "module": "src/main.ts", "type": "module", "private": true, "devDependencies": { "@dotenvx/dotenvx": "^1.52.0", "@types/bun": "^1.3.9" }, "peerDependencies": { "typescript": "^5" }, "dependencies": { "@duckdb/node-api": "^1.4.4-r.1", "neo4j-driver": "^6.0.1", "pg": "^8.18.0", "redis": "^5.10.0" }, "scripts": { "link": "bun link", "test": "bun test", "typecheck": "tsc --noEmit", "release": "bumpp && npm publish", "dev": "bunx @dotenvx/dotenvx run -f .env.development -- bun run src/main.ts && tsdown --watch", "build": "bunx @dotenvx/dotenvx run -f .env.production -- bun src/main.ts && tsdown", "encrypt": "bunx dotenvx encrypt -f .env.development && bunx dotenvx encrypt -f .env.production", "decrypt": "bunx dotenvx decrypt -f .env.development && bunx dotenvx decrypt -f .env.production" } }