forked from adopted-ember-addons/ember-infinity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 798 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
{
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:adopted-ember-addons/ember-infinity.git"
},
"workspaces": [
"ember-infinity",
"test-app"
],
"scripts": {
"build": "pnpm run --filter ember-infinity build",
"lint": "pnpm run --filter '*' lint",
"lint:fix": "pnpm run --filter '*' lint:fix",
"prepare": "pnpm run build",
"start": "pnpm run --filter test-app start",
"test:test-app": "pnpm run --filter test-app test:ember",
"test:test-app:ember-try": "pnpm run --filter test-app test:ember-try"
},
"devDependencies": {
"release-plan": "^0.9.0"
},
"engines": {
"node": ">= 18"
},
"pnpm": {
"patchedDependencies": {
"github-changelog@1.0.1": "patches/github-changelog@1.0.1.patch"
}
}
}