-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.42 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": "conductr",
"description": "",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "turbo run build",
"build:affected": "turbo run build",
"dev": "turbo run dev",
"test": "turbo run test --parallel",
"test:cov": "turbo run test:cov --parallel",
"test:packages:cov": "jest --coverage",
"lint": "turbo run lint --parallel",
"lint:fix": "turbo run lint:fix --parallel",
"lint:fix:affected": "turbo run format --filter='...[origin/main]' --parallel",
"format:check": "turbo run format:check --parallel",
"format": "turbo run format --parallel",
"format:affected": "turbo run format --filter='...[origin/main]' --parallel",
"publish-packages": "turbo run release --concurrency=1",
"postinstall": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/conductr/conductr.git"
},
"bugs": {
"url": "https://github.com/conductr/conductr/issues"
},
"keywords": [],
"author": "iam10k",
"license": "Apache-2.0",
"workspaces": [
"apps/*",
"packages/*"
],
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-angular": "^19.6.0",
"@favware/npm-deprecate": "^1.0.7",
"@swc/core": "^1.10.1",
"git-cliff": "^1.4.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"prettier": "^3.3.2",
"tsup": "^8.3.5",
"turbo": "^2.3.3"
},
"packageManager": "[email protected]"
}