15 lines
253 B
JSON
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"
|
|
}
|
|
}
|