-
Notifications
You must be signed in to change notification settings - Fork 34
/
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.27.7",
"@jest/globals": "^29.7.0",
"@skypack/package-check": "^0.2.2",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.6.13",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"del-cli": "^5.1.0",
"eslint": "^8.57.0",
"eslint-config-3box": "^1.0.0",
"eslint-plugin-jest": "^27.9.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"turbo": "^1.13.0",
"typedoc": "0.25.12",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.4.3"
},
"pnpm": {
"overrides": {}
}
}