-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
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
{
"name": "@giantnodes/design-system",
"version": "1.0.0-canary.27",
"description": "",
"license": "AGPL-3.0",
"packageManager": "pnpm@9.6.0",
"author": {
"name": "Jordan Phillips",
"email": "jordan@giantnodes.com"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com/giantnodes/design-system.git"
},
"scripts": {
"build": "turbo run build",
"-": "",
"format": "turbo run format --continue -- --cache --cache-location node_modules/.cache/.prettiercache",
"format:fix": "turbo run format --continue -- --write --cache --cache-location node_modules/.cache/.prettiercache",
"lint": "turbo run lint --continue -- --cache --cache-location node_modules/.cache/.eslintcache",
"lint:fix": "turbo run lint --continue -- --fix --cache --cache-location node_modules/.cache/.eslintcache",
"--": "",
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@giantnodes/prettier-config": "workspace:*",
"husky": "^9.1.7",
"prettier": "catalog:",
"tsup": "^6.6.0",
"turbo": "^2.3.3",
"typescript": "catalog:"
},
"engines": {
"node": ">=16.x",
"pnpm": ">=8.x"
},
"prettier": "@giantnodes/prettier-config"
}