-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 854 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
34
35
{
"name": "monorepo",
"version": "0.0.0",
"private": true,
"description": "Monorepo experiment with TypeScript and TurboRepo",
"keywords": [],
"license": "GPL-3.0-only",
"author": "Jaime Leonardo Suncin Cruz",
"type": "module",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"prepare": "husky",
"start": "turbo start",
"test": "turbo test"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"markdownlint-cli2": "0.13.0",
"prettier": "3.3.2",
"sherif": "0.8.4",
"sort-package-json": "2.10.0",
"syncpack": "12.3.2",
"turbo": "2.0.4",
"typescript": "5.5.1-rc"
},
"packageManager": "pnpm@9.3.0",
"engines": {
"node": ">=22.0.0"
}
}