26 lines
528 B
JSON
26 lines
528 B
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:ui": "vitest --ui"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/coracle-social/skiff.git"
|
|
},
|
|
"devDependencies": {
|
|
"@vitest/coverage-v8": "^3.0.5",
|
|
"gts": "^6.0.2",
|
|
"happy-dom": "^17.1.0",
|
|
"typedoc": "^0.27.4",
|
|
"typescript": "^5.6.3",
|
|
"fake-indexeddb": "^6.0.0",
|
|
"vitepress": "^1.6.3",
|
|
"vitest": "^3.0.5"
|
|
}
|
|
}
|