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%
475 B · 22 lines json
Raw Blame History
1{2  "name": "@websensor/store",3  "version": "0.1.0",4  "private": true,5  "type": "module",6  "main": "./src/index.ts",7  "types": "./src/index.ts",8  "exports": { ".": "./src/index.ts" },9  "scripts": {10    "typecheck": "tsc -p tsconfig.json --noEmit",11    "test": "vitest run --passWithNoTests"12  },13  "dependencies": {14    "@websensor/core": "workspace:*"15  },16  "devDependencies": {17    "@types/node": "^24.0.0",18    "typescript": "^5.9.3",19    "vitest": "^3.2.0"20  }21}22