Files
welshman/package.json
T
2024-12-13 14:16:38 -08:00

15 lines
253 B
JSON

{
"private": true,
"workspaces": [
"packages/*"
],
"repository": {
"type": "git",
"url": "https://github.com/coracle-social/skiff.git"
},
"dependencies": {
"@types/throttle-debounce": "^5.0.2",
"typedoc": "^0.27.4"
}
}