forked from ToposInstitute/CatColab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 845 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 845 Bytes
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
{
"name": "catcolab-monorepo",
"version": "0.0.1",
"description": "The catcolab monorepo",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "pnpm --filter ./packages/frontend run build",
"dev": "pnpm --filter ./packages/frontend run dev"
},
"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"
},
"packageManager": "pnpm@9.12.3"
}