{ "name": "@cvsa/core", "private": false, "version": "0.0.1", "scripts": { "test": "bun --env-file=.env.test run vitest", "build": "bun build ./index.ts --target node --outdir ./dist" }, "dependencies": { "@koshnic/ratelimit": "^1.0.3", "chalk": "^5.4.1", "ioredis": "^5.6.1", "logform": "^2.7.0", "postgres": "^3.4.5", "winston": "^3.17.0" }, "devDependencies": { "@types/ioredis": "^5.0.0" }, "main": "./dist/index.js", "types": "./types.d.ts" }