-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
30 lines (30 loc) · 851 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
{
"version": "0.0.0",
"private": true,
"repository": "https://github.com/NullVoxPopuli/ember-deep-tracked",
"license": "MIT",
"author": "NullVoxPopuli",
"scripts": {
"build": "pnpm --filter ember-deep-tracked build",
"lint": "pnpm --filter '*' lint",
"lint:fix": "pnpm --filter '*' lint:fix",
"start": "concurrently 'npm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow",
"start:addon": "pnpm --filter ember-deep-tracked start --no-watch.clearScreen",
"start:tests": "pnpm --filter test-app start",
"test": "pnpm --filter test-app test"
},
"devDependencies": {
"concurrently": "^8.2.2",
"prettier": "^3.3.3",
"release-plan": "^0.9.0"
},
"volta": {
"node": "22.12.0",
"pnpm": "9.15.0"
},
"pnpm": {
"overrides": {
"ember-auto-import": "2.10.0"
}
}
}