forked from drizzle-team/drizzle-orm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·30 lines (30 loc) · 900 Bytes
/
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
{
"private": true,
"scripts": {
"build:orm": "turbo run build --filter drizzle-orm --color",
"check:examples": "cd examples/sqlite-proxy && npm i && npm run lnk && npm run check:types",
"build": "turbo run build test:types --color && pnpm run check:examples",
"pack": "turbo run pack --color",
"test": "turbo run test --color",
"test:types": "turbo run test:types --color"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"bun-types": "^0.5.7",
"concurrently": "^7.5.0",
"dprint": "^0.34.5",
"eslint": "^8.36.0",
"eslint-plugin-import": "^2.27.5",
"prettier": "^2.8.4",
"resolve-tspaths": "^0.8.8",
"turbo": "^1.8.3",
"typescript": "4.8.4"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}