SPB Git forge

spb/rareindex

Public
54commits 1branches 0releases
7.1 MBsize
maindefault branch
10 days agolast push
TypeScript 61.9% HTML 37.2% SQL 0.7%
554 B · 27 lines json
Raw Blame History
1{2  "name": "@rareindex/taxonomy",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    "@rareindex/shared": "workspace:*",19    "zod": "^4.0.0"20  },21  "devDependencies": {22    "@types/node": "^24.0.0",23    "typescript": "^5.9.3",24    "vitest": "^3.2.0"25  }26}27