forked from ceramicstudio/js-composedb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1 KB
/
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
32
33
34
35
36
37
{
"name": "composedb",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"docs": "typedoc --tsconfig tsconfig.docs.json",
"test": "turbo run test",
"test:ci": "turbo run test:ci",
"lint": "turbo run lint",
"build": "pnpm --filter \"@composedb/*\" build:types && turbo run build:js",
"prepare": "pnpm build"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@jest/globals": "^29.6.1",
"@skypack/package-check": "^0.2.2",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.68",
"@swc/jest": "^0.2.26",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@types/jest": "^29.5.3",
"del-cli": "^5.0.0",
"eslint": "^8.44.0",
"eslint-config-3box": "^0.4.1",
"eslint-plugin-jest": "^27.2.2",
"jest": "^29.6.1",
"prettier": "^2.8.7",
"turbo": "^1.10.7",
"typedoc": "0.24.8",
"typedoc-plugin-markdown": "^3.15.3",
"typescript": "^5.1.6"
},
"pnpm": {
"overrides": {}
}
}