forked from bootstrap-vue-next/bootstrap-vue-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.19 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
50
51
52
53
{
"name": "bootstrap-vue-next-monorepo",
"private": true,
"workspaces": [
"packages/*",
"apps/*"
],
"contributors": [
{
"name": "aceofwings",
"url": "https://github.com/aceofwings"
},
{
"name": "Carlos Bonadeo",
"url": "https://github.com/cdmoro"
},
{
"name": "Issayah",
"url": "https://github.com/VividLemon"
},
{
"name": "Marius A",
"url": "https://github.com/mariusa"
},
{
"name": "Jukka Raimovaara",
"url": "https://github.com/xvaara"
}
],
"scripts": {
"prepare": "husky && turbo run build",
"dev": "turbo run dev --parallel",
"build": "turbo run build",
"lint": "turbo run lint",
"test:lint": "turbo run test:lint",
"test:unit": "turbo run test:unit",
"test:coverage": "turbo run test:coverage",
"test": "turbo run test",
"test:lint:ci": "turbo run test:lint:ci",
"test:unit:ci": "turbo run test:unit:ci",
"test:ci": "turbo run test:ci"
},
"devDependencies": {
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"turbo": "latest"
},
"engines": {
"npm": ">=10.0.0",
"node": ">=22.0.0"
},
"packageManager": "pnpm@9.12.2"
}