-
-
Notifications
You must be signed in to change notification settings - Fork 115
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.04 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.04 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
{
"version": "9.4.0",
"private": true,
"repository": "https://github.com/adopted-ember-addons/ember-file-upload",
"scripts": {
"ember-try-one": "pnpm -F test-app ember-try-one",
"release": "pnpm prepare && pnpm -F ember-file-upload release",
"start": "npm-run-all --parallel start:*",
"start:addon": "pnpm -F ember-file-upload start",
"start:test-app": "pnpm -F test-app start",
"lint": "pnpm --filter '*' lint",
"lint:fix": "pnpm --filter '*' lint:fix",
"test": "pnpm prepare && pnpm -F test-app test:ember",
"test:test-app": "pnpm -F test-app test",
"test:watch": "npm-run-all --aggregate-output --continue-on-error --parallel test:watch:*",
"test:watch:test-app": "pnpm -F test-app test --server",
"test:watch:addon": "pnpm -F ember-file-upload start",
"website": "pnpm --filter website start"
},
"devDependencies": {
"npm-run-all2": "^5.0.0",
"release-plan": "^0.17.0"
},
"packageManager": "pnpm@9.15.9",
"pnpm": {
"overrides": {
"@glimmer/validator": "^0.95.0"
}
}
}