-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 958 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 958 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
27
28
29
30
31
32
33
34
35
{
"name": "root",
"version": "0.0.0",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:emberjs/ember-test-waiters.git"
},
"scripts": {
"build": "pnpm --filter '@ember/test-waiters' build",
"lint": "pnpm --filter '*' lint",
"lint:fix": "pnpm --filter '*' lint:fix",
"start": "concurrently \"pnpm:start:*\" --restart-after 5000 --prefix-colors cyan,white,yellow",
"start:addon": "pnpm --filter @ember/test-waiters start -- --no-watch.clearScreen",
"start:test-app": "pnpm --filter test-app start",
"test": "pnpm --filter '*' test"
},
"devDependencies": {
"@glint/core": "^1.5.0",
"concurrently": "^9.1.0",
"prettier": "^3.4.1",
"release-plan": "^0.11.0",
"typescript": "~5.7.2"
},
"pnpm": {
"overrides": {
"@ember/test-waiters": "workspace:*"
}
},
"packageManager": "pnpm@9.14.2",
"volta": {
"node": "22.10.0",
"pnpm": "9.14.2"
}
}