-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.58 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.58 KB
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
{
"name": "@typefusion/root",
"private": true,
"license": "Apache-2.0",
"scripts": {
"build": "turbo --filter \"./packages/*\" build",
"changeset": "changeset",
"dev": "turbo --filter \"./packages/*\" dev",
"docgen": "typedoc",
"format": "prettier --write .",
"lint": "eslint . && prettier --check .",
"lint-fix": "eslint --fix . && prettier --write .",
"release": "pnpm run build && changeset publish",
"test": "turbo test",
"test-ci": "turbo test-ci",
"typecheck": "turbo typecheck"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-git"
}
},
"devDependencies": {
"@changesets/changelog-github": "0.5.2",
"@changesets/cli": "2.29.8",
"@commitlint/cli": "20.3.0",
"@commitlint/config-conventional": "20.3.0",
"@effect/language-service": "0.40.0",
"@eslint/compat": "1.4.1",
"@eslint/eslintrc": "3.3.3",
"@eslint/js": "9.39.2",
"@manypkg/cli": "0.25.1",
"@typescript-eslint/eslint-plugin": "8.51.0",
"@typescript-eslint/parser": "8.51.0",
"commitizen": "4.3.1",
"cz-git": "1.12.0",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-sort-keys": "2.3.5",
"eslint-plugin-typescript-sort-keys": "3.3.0",
"husky": "9.1.7",
"prettier": "3.7.4",
"prettier-plugin-sort-json": "4.1.1",
"tsup": "8.5.1",
"turbo": "2.7.2",
"typedoc": "0.28.15",
"typedoc-github-theme": "0.3.1",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.27.0"
}