spb/cancerindex
Public
TypeScript 97.2%
SQL 1.5%
CSS 0.6%
JavaScript 0.5%
1{2 "name": "@cancerindex/ontology",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 },12 "scripts": {13 "build": "tsc -p tsconfig.json --noEmit",14 "typecheck": "tsc -p tsconfig.json --noEmit",15 "test": "vitest run --passWithNoTests"16 },17 "dependencies": {18 "@cancerindex/database": "workspace:*",19 "@cancerindex/shared": "workspace:*",20 "drizzle-orm": "^0.45.0"21 },22 "devDependencies": {23 "@types/node": "^24.0.0",24 "typescript": "^5.9.3",25 "vitest": "^3.2.0"26 }27}28