-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
72 lines (72 loc) · 1.84 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "elysiajs-eden",
"version": "0.0.1",
"private": true,
"description": "monorepo for eden, a fully type-safe Elysia.js client",
"contributors": [
{
"name": "ap0nia",
"email": "[email protected]",
"url": "https://github.com/ap0nia"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ap0nia/eden-query"
},
"bugs": {
"url": "https://github.com/ap0nia/eden-query/issues"
},
"keywords": [
"elysia",
"eden",
"connector",
"tanstack-query"
],
"workspaces": [
"documentation",
"examples/*",
"packages/*"
],
"type": "module",
"scripts": {
"postinstall": "changeset init && husky install",
"build": "nx run-many -t build",
"test:coverage": "nx run-many -t test:coverage"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
"@eslint/js": "^9.8.0",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/lint-staged": "^13.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.0.5",
"commitizen": "^4.3.0",
"commitlint": "^19.3.0",
"cz-conventional-changelog": "^3.3.0",
"devmoji": "^2.3.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-svelte": "^2.43.0",
"globals": "^15.8.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.7",
"nx": "^19.5.7",
"prettier": "^3.3.3",
"svelte": "^4.2.18",
"svelte-eslint-parser": "^0.41.0",
"typescript": "^5.5.4",
"typescript-eslint": "^7.18.0",
"vitest": "^2.0.5"
},
"packageManager": "[email protected]",
"engines": {
"pnpm": "^9.0.0",
"node": ">=18"
}
}