forked from ToposInstitute/CatColab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 863 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "catcolab-monorepo",
"version": "0.0.1",
"description": "The catcolab monorepo",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run build --workspace=frontend",
"dev": "vite packages/frontend"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ToposInstitute/CatColab.git"
},
"author": "The CatColab Developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/ToposInstitute/CatColab/issues"
},
"homepage": "https://next.catcolab.org",
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"biome": "^0.3.3",
"depcheck": "^1.4.7",
"tsx": "^4.16.5",
"typedoc": "^0.26.5"
},
"workspaces": [
"packages/backend",
"packages/frontend"
]
}