-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.08 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": "@do-ob/core",
"private": true,
"version": "0.0.0",
"description": "do-ob workspace for core components",
"packageManager": "[email protected]+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247",
"type": "module",
"scripts": {
"test": "pnpm --filter './packages/*' test",
"build": "pnpm --filter './packages/*' build",
"lint": "eslint"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@do-ob/eslint-config": "^2.6.0",
"@do-ob/ts-config": "^2.0.0",
"@do-ob/vite-lib-config": "^3.1.0",
"@electric-sql/pglite": "^0.1.5",
"@microsoft/api-documenter": "^7.25.4",
"@types/node": "^20.14.2",
"ajv": "^8.16.0",
"ajv-formats": "^3.0.1",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.22.8",
"drizzle-orm": "^0.31.2",
"eslint": "^9.4.0",
"glob": "^11.0.0",
"postgres": "^3.4.4",
"ts-json-schema-generator": "^2.3.0",
"tsx": "^4.16.2",
"typescript": "^5.4.5",
"vite": "^5.2.13",
"vitest": "^1.6.0"
}
}