mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-07 08:57:12 +00:00
17 lines
361 B
JSON
17 lines
361 B
JSON
{
|
|
"name": "pulse-account-frontend",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node build.mjs",
|
|
"dev": "node dev.mjs",
|
|
"test": "vitest run",
|
|
"typecheck": "tsc --noEmit -p tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.25.12",
|
|
"jsdom": "^24.1.0",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|