SPB Git forge

spb/websensor

Public
33commits 1branches 0releases
3.4 MBsize
maindefault branch
10 days agolast push
TypeScript 55.4% Python 43.2% SQL 1.2%
589 B · 28 lines json
Raw Blame History
1{2  "name": "@websensor/connectors",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  },15  "dependencies": {16    "@websensor/core": "workspace:*",17    "fast-xml-parser": "^5.2.0",18    "undici": "^7.10.0",19    "unpdf": "^1.8.1",20    "yaml": "^2.9.0"21  },22  "devDependencies": {23    "@types/node": "^24.0.0",24    "typescript": "^5.9.3",25    "vitest": "^3.2.0"26  }27}28