-
-
Notifications
You must be signed in to change notification settings - Fork 633
/
package.json
executable file
·41 lines (41 loc) · 1.33 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
{
"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": "concurrently -n eslint,dprint \"eslint --ext ts .\" \"dprint check --list-different\""
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.3",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/experimental-utils": "^5.62.0",
"@typescript-eslint/parser": "^6.7.3",
"bun-types": "^1.0.3",
"concurrently": "^8.2.1",
"dprint": "^0.46.2",
"drizzle-kit": "^0.19.13",
"drizzle-orm": "workspace:./drizzle-orm/dist",
"drizzle-orm-old": "npm:drizzle-orm@^0.27.2",
"eslint": "^8.50.0",
"eslint-plugin-drizzle-internal": "link:eslint/eslint-plugin-drizzle-internal",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-no-instanceof": "^1.0.1",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"glob": "^10.3.10",
"prettier": "^3.0.3",
"recast": "^0.23.9",
"resolve-tspaths": "^0.8.16",
"tsup": "^7.2.0",
"tsx": "^4.10.5",
"turbo": "^1.10.14",
"typescript": "5.6.3"
},
"packageManager": "[email protected]"
}