-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.11 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.11 KB
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
{
"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",
"format": "pnpm -r --if-present format",
"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.2",
"concurrently": "^9.1.2",
"prettier": "^3.5.2",
"prettier-plugin-ember-template-tag": "^2.0.4",
"release-plan": "^0.18.0"
},
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8",
"engines": {
"node": "20.12.2"
}
}