spb/cancerindex
Public
TypeScript 97.2%
SQL 1.5%
CSS 0.6%
JavaScript 0.5%
1{2 "name": "@cancerindex/connectors",3 "version": "0.1.0",4 "private": true,5 "type": "module",6 "exports": {7 ".": {8 "types": "./src/index.ts",9 "default": "./src/index.ts"10 },11 "./sdk": {12 "types": "./src/sdk/index.ts",13 "default": "./src/sdk/index.ts"14 }15 },16 "scripts": {17 "build": "tsc -p tsconfig.json --noEmit",18 "typecheck": "tsc -p tsconfig.json --noEmit",19 "test": "vitest run --passWithNoTests"20 },21 "dependencies": {22 "@cancerindex/database": "workspace:*",23 "@cancerindex/ontology": "workspace:*",24 "@cancerindex/shared": "workspace:*",25 "drizzle-orm": "^0.45.0",26 "exceljs": "^4.4.0",27 "fast-xml-parser": "^5.2.0",28 "postgres": "^3.4.7",29 "yaml": "^2.8.0",30 "zod": "^4.0.0"31 },32 "devDependencies": {33 "@types/node": "^24.0.0",34 "typescript": "^5.9.3",35 "vitest": "^3.2.0"36 }37}38