-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 810 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 810 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
{
"name": "d2ts-monorepo",
"private": true,
"license": "Apache-2.0",
"scripts": {
"build": "pnpm -r build",
"test": "pnpm -r test",
"lint": "pnpm -r lint",
"typecheck": "pnpm -r typecheck",
"bench": "pnpm --filter d2ts-benchmark bench",
"changeset": "changeset",
"version": "changeset version",
"release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.29.2",
"@electric-sql/d2ts": "workspace:*",
"@electric-sql/d2ql": "workspace:*",
"@eslint/js": "^9.25.1",
"@types/node": "^22.15.3",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"vitest": "^3.1.2"
}
}