-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.45 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
{
"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.0",
"@changesets/cli": "2.27.11",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@manypkg/cli": "0.23.0",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"commitizen": "4.3.1",
"cz-git": "1.11.0",
"eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.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.4.2",
"prettier-plugin-sort-json": "4.0.0",
"tsup": "8.3.5",
"turbo": "2.3.3",
"typedoc": "0.27.6",
"typedoc-github-theme": "0.2.1",
"typescript": "5.7.3"
},
"packageManager": "[email protected]"
}