forked from pingdotgg/uploadthing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 842 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
{
"name": "uploadthing-turbo",
"private": true,
"type": "module",
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean && git clean -xdf node_modules",
"dev": "turbo run dev",
"lint": "turbo run lint --filter=./packages/* && manypkg check",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"test": "turbo run test",
"test:watch": "turbo run test:watch",
"typecheck": "turbo run typecheck"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@manypkg/cli": "^0.20.0",
"@types/node": "18.16.0",
"@uploadthing/eslint-config": "0.1.0",
"dotenv": "latest",
"prettier": "latest",
"turbo": "^1.9.3",
"typescript": "5.1.0-beta"
},
"packageManager": "pnpm@7.27.0"
}