{
  "name": "@bpinternal/shared",
  "version": "1.2.3",
  "description": "",
  "main": "src/index.ts",
  "type": "module",
  "sideEffects": false,
  "repository": {
    "url": "https://github.com/botpress/genisys"
  },
  "scripts": {
    "build": "vite build",
    "check:lint": "eslint .",
    "fix:lint": "eslint --fix .",
    "check:type": "tsc --noEmit",
    "test:watch": "vitest .",
    "test": "vitest run"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "luxon": "^2.4.0",
    "rollup-plugin-tree-shakeable": "^1.0.3",
    "valibot": "^0.42.1"
  },
  "devDependencies": {
    "@repo/eslint-config": "workspace:*",
    "@repo/typescript-config": "workspace:*",
    "@types/luxon": "^2.0.9",
    "esbuild": "^0.16.12",
    "glob": "^11.0.1",
    "vite": "^5.4.8",
    "vite-plugin-dts": "^4.5.4",
    "vite-tsconfig-paths": "^4.0.3",
    "vitest": "1.6.0"
  }
}
