forked from drizzle-team/drizzle-orm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·40 lines (40 loc) · 1.27 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
{
"private": true,
"scripts": {
"build:orm": "turbo run build --filter drizzle-orm --color",
"build": "turbo run build test:types //#lint --color",
"b": "pnpm build",
"pack": "turbo run pack --color",
"test": "turbo run test --color",
"t": "pnpm test",
"test:types": "turbo run test:types --color",
"lint": "eslint --ext ts ."
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/experimental-utils": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"bun-types": "^0.6.7",
"concurrently": "^8.1.0",
"dprint": "^0.37.1",
"drizzle-kit": "^0.19.5",
"drizzle-orm": "workspace:./drizzle-orm/dist",
"drizzle-orm-old": "npm:drizzle-orm@^0.27.2",
"eslint": "^8.42.0",
"eslint-plugin-drizzle": "link:eslint/eslint-plugin-drizzle",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-no-instanceof": "^1.0.1",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.8.8",
"resolve-tspaths": "^0.8.13",
"turbo": "^1.10.1",
"typescript": "5.1.3"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}