forked from ember-elements/ember-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 862 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
{
"name": "root",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"lint:js": "eslint .",
"start:core": "yarn workspace @ember-elements/core start",
"start:core:test": "yarn workspace @ember-elements/core test:ember",
"start:icons": "yarn workspace @ember-elements/icons start",
"lint:core": "yarn workspace @ember-elements/core lint",
"lint:core:fix": "yarn workspace @ember-elements/core lint:fix",
"test": "yarn workspace @ember-elements/core test",
"lint:icons": "yarn workspace @ember-elements/icons lint",
"lint:icons:fix": "yarn workspace @ember-elements/icons lint:fix",
"prepare": "yarn husky install"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"husky": "^8.0.3",
"lerna": "^7.1.5"
},
"volta": {
"node": "18.13.0",
"yarn": "1.22.10"
}
}