-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 2 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "ashgw",
"private": true,
"scripts": {
"build": "turbo run build",
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo run clean",
"db:push": "turbo -F @ashgw/db push",
"db:studio": "turbo -F @ashgw/db studio",
"deps:check": "syncpack list-mismatches",
"deps:fix": "syncpack fix-mismatches",
"deps:format": "syncpack format",
"dev": "turbo watch dev --continue",
"dev:next": "turbo watch dev -F @ashgw/nextjs...",
"format": "turbo run format --continue -- --cache --cache-location .cache/.prettiercache",
"format:fix": "turbo run format --continue -- --write --cache --cache-location .cache/.prettiercache",
"hooks": "husky install",
"knip": "knip --production --strict --exclude exports,nsExports,types,nsTypes",
"lint": "turbo run lint --continue -- --cache --cache-location .cache/.eslintcache",
"lint:fix": "turbo run lint --continue -- --fix --cache --cache-location .cache/.eslintcache",
"postinstall": "pnpm dlx sherif@latest",
"test": "turbo run test",
"test:e2e": "turbo run test:e2e",
"test:unit-integration": "turbo run test:unit-integration",
"typecheck": "turbo typecheck"
},
"author": {
"name": "Ashref Gwader",
"email": "[email protected]",
"url": "https://ashgw.me"
},
"description": "Empire being built",
"devDependencies": {
"@ashgw/prettier-config": "workspace:*",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@turbo/gen": "^2.1.3",
"@vitest/ui": "catalog:",
"auto-changelog": "^2.4.0",
"cspell": "^8.3.2",
"husky": "^8.0.3",
"knip": "^5.0.0",
"markdownlint-cli": "^0.38.0",
"prettier": "catalog:",
"syncpack": "^13.0.0",
"turbo": "^2.1.3",
"typescript": "catalog:",
"vitest": "catalog:"
},
"engines": {
"node": ">=20.16.0",
"pnpm": "^9.12.2"
},
"homepage": "https://ashgw.me",
"packageManager": "[email protected]",
"prettier": "@ashgw/prettier-config",
"repository": "ashgw/ashgw.me"
}