-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.23 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": "a38",
"version": "0.0.1",
"private": true,
"workspaces": ["shared/*", "pkg/*"],
"scripts": {
"build": "turbo build",
"changeset": "changeset",
"do-release": "turbo run build && changeset publish",
"docs": "typedoc",
"lint": "turbo run lint",
"lint:changed": "turbo run lint:changed",
"lint:staged": "turbo run lint:staged",
"prepare": "husky",
"test": "turbo run test",
"version": "changeset version"
},
"devDependencies": {
"@a38/biome-config": "0.0.1",
"@biomejs/biome": "1.8.3",
"@changesets/cli": "2.27.8",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@commitlint/prompt-cli": "19.5.0",
"@commitlint/types": "19.5.0",
"@types/bun": "1.1.9",
"@types/node": "20.16.5",
"commitlint-config-monorepo": "2.0.2",
"glob": "10.4.5",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.2",
"tsup": "8.2.4",
"turbo": "2.1.1",
"typedoc": "0.26.3",
"typescript": "5.5.4"
},
"packageManager": "[email protected]"
}