← back to Homesonspec

collectors/tri-pointe/package.json

16 lines

{
  "name": "@homesonspec/collector-tri-pointe",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "main": "./src/index.ts",
  "types": "./src/index.ts",
  "scripts": { "test": "vitest run --passWithNoTests", "typecheck": "tsc --noEmit" },
  "dependencies": {
    "@homesonspec/collectors-common": "workspace:*",
    "@homesonspec/schemas": "workspace:*",
    "@homesonspec/shared": "workspace:*"
  },
  "devDependencies": { "typescript": "^5.7.2", "vitest": "^4.0.0", "@types/node": "^22.10.5" }
}