Skip to main content

packages/client/package.json

{
  "name": "@musubi/client",
  "version": "0.0.1",
  "type": "module",
  "exports": {
    ".": "./src/index.ts"
  },
  "files": ["src"],
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "lint": "tsc -p tsconfig.json --noEmit"
  },
  "peerDependencies": {
    "phoenix": "^1.7.0"
  },
  "devDependencies": {
    "@types/phoenix": "^1.6.7",
    "phoenix": "^1.8.7"
  }
}