forked from ember-cli/ember-cli-inject-live-reload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 799 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
31
32
33
34
35
{
"name": "ember-cli-inject-live-reload-workspace",
"private": true,
"workspaces": [
"lib",
"tests",
"test_apps/app_*"
],
"scripts": {
"changelog": "lerna-changelog",
"lint:js": "eslint .",
"test": "playwright test"
},
"devDependencies": {
"@playwright/test": "^1.25.1",
"eslint": "^5.16.0",
"eslint-plugin-node": "^8",
"lerna-changelog": "^0.8.3",
"wait-port": "^0.3.0"
},
"changelog": {
"repo": "ember-cli/ember-cli-inject-live-reload",
"labels": {
"breaking": ":boom: Breaking Change",
"enhancement": ":rocket: Enhancement",
"bug": ":bug: Bug Fix",
"documentation": ":memo: Documentation",
"internal": ":house: Internal"
}
},
"volta": {
"node": "16.17.0",
"yarn": "1.22.19"
}
}