-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 925 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
33
{
"private": false,
"license": "MIT",
"author": {
"name": "Kerem Kazan",
"email": "[email protected]"
},
"scripts": {
"build": "turbo build",
"dev": "turbo dev --filter @whatsgood/nexus",
"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:dev": "turbo docs:dev",
"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": "[email protected]"
}