{
"name": "@phenotype/auth-ts",
"packageManager": "npm@10.8.2",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"build": "tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"devDependencies": {
"mermaid": "^11.15.0",
"phenotype-ts-utils": "github:KooshaPari/phenotype-ts-utils#v0.1.0",
"typescript": "^6.0.3",
"vitepress": "^1.6.4",
"vitepress-plugin-mermaid": "^2.0.17",
"vitest": "^4.1.7",
"vue": "^3.5.35"
},
"overrides": {
"esbuild": "^0.25.0",
"uuid": "^14.0.0",
"vite": "^8.0.14"
}
}