{ "name": "@coreci/byom", "version": "0.0.1", "private": true, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsc -p tsconfig.json", "lint": "eslint src --max-warnings 0", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@coreci/config": "workspace:*", "@coreci/db": "workspace:*", "@coreci/secrets": "workspace:*" }, "devDependencies": { "@types/node": "^22.0.0", "eslint": "^9.0.0", "tsx": "^4.19.0", "typescript": "^5.6.0", "vitest": "^2.1.0" } }