SPB Git forge

spb/fetcha

Public
11commits 1branches 0releases
1.5 MBsize
maindefault branch
16 days agolast push
TypeScript 97.5% SQL 1.4% Python 0.8%
559 B · 26 lines json
Raw Blame History
1{2  "name": "@fetcha/providers",3  "version": "0.1.0",4  "private": true,5  "type": "module",6  "main": "./src/index.ts",7  "types": "./src/index.ts",8  "exports": {9    ".": "./src/index.ts"10  },11  "scripts": {12    "typecheck": "tsc -p tsconfig.json --noEmit",13    "test": "vitest run --passWithNoTests",14    "test:live": "FETCHA_LIVE_PROVIDERS=1 vitest run"15  },16  "dependencies": {17    "@fetcha/core": "workspace:*",18    "undici": "^7.10.0"19  },20  "devDependencies": {21    "@types/node": "^24.0.0",22    "typescript": "^5.9.3",23    "vitest": "^3.2.0"24  }25}26