forked from whats-good/nexus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 865 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
31
32
{
"private": false,
"license": "MIT",
"author": {
"name": "Kerem Kazan",
"email": "kerem@whatsgood.dog"
},
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"clean": "turbo clean",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"ci:publish": "./scripts/publish.sh",
"ci:version": "./scripts/version.sh",
"test:unit": "turbo test:unit",
"docs:generate": "./scripts/docs.sh",
"docs:broken-links": "turbo docs:broken-links",
"changeset:status": "changeset status"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@turbo/gen": "^1.10.14",
"eslint": "^8.48.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.3",
"tsconfig": "workspace:*",
"turbo": "latest",
"typescript": "5.2.2"
},
"packageManager": "pnpm@8.6.10"
}