forked from ember-bootstrap/ember-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 710 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 710 Bytes
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
{
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/ember-bootstrap/ember-bootstrap"
},
"scripts": {
"docs:build": "pnpm --filter ember-bootstrap-docs docs:build",
"prepare": "husky && pnpm build",
"build": "pnpm --filter ember-bootstrap build",
"lint": "pnpm --recursive lint",
"lint:fix": "pnpm --recursive lint:fix",
"test": "concurrently \"npm:test:*\"",
"test:ember": "pnpm --filter test-app test:ember",
"release": "pnpm --filter ember-bootstrap release"
},
"devDependencies": {
"concurrently": "9.2.1",
"husky": "9.1.7",
"lint-staged": "16.2.7"
},
"volta": {
"node": "20.19.6",
"pnpm": "10.23.0"
}
}