-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 734 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"private": true,
"repository": "https://github.com/tildeio/ember-element-helper",
"license": "MIT",
"author": "Godfrey Chan <godfrey@tilde.io>",
"scripts": {
"build": "pnpm --filter ember-element-helper build",
"start": "concurrently 'npm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow",
"start:addon": "pnpm --filter ember-element-helper start",
"start:test": "pnpm --filter test-app start",
"lint": "pnpm --filter '*' lint",
"lint:fix": "pnpm --filter '*' lint:fix",
"test": "pnpm --filter '*' test"
},
"packageManager": "pnpm@8",
"volta": {
"node": "16.20.2",
"npm": "9.8.1"
},
"devDependencies": {
"concurrently": "^8.2.2"
},
"version": "0.8.8"
}