-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
29 lines (29 loc) · 890 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": "workspace-root",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:NullVoxPopuli/ember-composable-helpers.git"
},
"license": "MIT",
"author": "",
"scripts": {
"build": "pnpm --filter ember-composable-helpers build",
"lint": "pnpm -r --if-present lint",
"lint:fix": "pnpm -r --if-present lint:fix",
"start": "concurrently 'pnpm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow",
"start:addon": "pnpm --filter ember-composable-helpers start --no-watch.clearScreen",
"start:test-app": "pnpm --filter test-app start",
"test": "pnpm -r --workspace-concurrency=1 --if-present test"
},
"devDependencies": {
"@glint/core": "^1.5.0",
"concurrently": "^9.1.2",
"release-plan": "^0.9.0"
},
"packageManager": "pnpm@9.0.6",
"volta": {
"node": "20.12.2",
"pnpm": "9.0.6"
}
}