-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
30 lines (30 loc) · 926 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
{
"name": "big-design",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"packageManager": "[email protected]",
"scripts": {
"build": "turbo build",
"build:icons": "turbo build --filter @bigcommerce/big-design-icons",
"ci:test": "turbo test -- --maxWorkers=2 --coverage",
"lint": "turbo run lint",
"start": "turbo start --filter @bigcommerce/docs",
"test": "turbo test",
"typecheck": "turbo typecheck"
},
"devDependencies": {
"@changesets/assemble-release-plan": "^6.0.4",
"@changesets/changelog-git": "^0.2.0",
"@changesets/cli": "^2.27.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/babel__standalone": "^7.1.9",
"turbo": "^2.3.3",
"typescript": "^5.6.3"
},
"pnpm": {
"patchedDependencies": {
"@changesets/assemble-release-plan": "patches/@changesets__assemble-release-plan.patch"
}
}
}