-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1011 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1011 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
29
30
31
32
33
{
"name": "catcolab-monorepo",
"version": "0.0.1",
"private": true,
"description": "The catcolab monorepo",
"homepage": "https://next.catcolab.org",
"bugs": {
"url": "https://github.com/ToposInstitute/CatColab/issues"
},
"license": "MIT",
"author": "The CatColab Developers",
"repository": {
"type": "git",
"url": "git+https://github.com/ToposInstitute/CatColab.git"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:deps": "pnpm --filter ./packages/frontend run build:deps",
"dev": "pnpm --filter ./packages/frontend run dev"
},
"devDependencies": {
"depcheck": "^1.4.7",
"oxfmt": "^0.37.0",
"oxlint": "^1.51.0",
"oxlint-tsgolint": "^0.16.0",
"stylelint": "^17.4.0",
"stylelint-config-standard": "^40.0.0",
"tsx": "^4.16.5",
"typedoc": "^0.26.5"
},
"packageManager": "pnpm@10.32.1"
}