31 lines
745 B
JSON
31 lines
745 B
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:ui": "vitest --ui",
|
|
"predocs": "typedoc",
|
|
"docs:dev": "vitepress dev docs",
|
|
"docs:build": "npx typedoc && vitepress build docs",
|
|
"docs:preview": "vitepress preview docs"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/coracle-social/skiff.git"
|
|
},
|
|
"devDependencies": {
|
|
"@vitest/coverage-v8": "^3.0.5",
|
|
"gts": "^6.0.2",
|
|
"happy-dom": "^16.8.1",
|
|
"vitest": "^3.0.5",
|
|
"typedoc": "^0.27.9",
|
|
"typedoc-plugin-markdown": "^4.4.2",
|
|
"typedoc-vitepress-theme": "^1.1.2",
|
|
"typescript": "^5.6.3",
|
|
"vitepress": "^1.6.3"
|
|
}
|
|
}
|