forked from connectrpc/connect-query-es
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.7 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"private": true,
"name": "root",
"repository": "[email protected]:connectrpc/connect-query-es.git",
"scripts": {
"build": "turbo run build",
"generate": "turbo run generate",
"test": "turbo run test",
"format": "pnpm run format:root && turbo run format",
"attw": "turbo run attw",
"check:spelling": "cspell \"**\" --gitignore",
"all": "turbo run build generate format attw test",
"update-all": "pnpm update --recursive --latest",
"format:root": "pnpm run check:spelling && prettier \"*.js\" \"*.ts\" \"README.md\" --write --no-error-on-unmatched-pattern"
},
"license": "Apache-2.0",
"licenseHeader": {
"licenseType": "apache",
"yearRange": "2021-2023",
"copyrightHolder": "The Connect Authors"
},
"devDependencies": {
"@bufbuild/license-header": "^0.0.4",
"@jest/globals": "29.7.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@typescript-eslint/utils": "6.13.2",
"cspell": "8.1.3",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-jsdoc": "46.9.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"prettier": "3.1.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"turbo": "^1.11.1",
"typescript": "5.3.3"
},
"engineStrict": true,
"engines": {
"node": ">=16",
"npm": ">=8"
},
"packageManager": "[email protected]"
}