forked from ilios/ember-simple-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 920 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
{
"private": true,
"repository": "",
"license": "MIT",
"author": "The Ilios Team ([email protected])",
"scripts": {
"build": "pnpm --filter ember-simple-charts build",
"lint": "pnpm --filter '*' lint",
"lint:fix": "pnpm --filter '*' lint:fix",
"prepare": "husky && pnpm build",
"start": "concurrently 'pnpm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow",
"start:addon": "pnpm --filter ember-simple-charts start --no-watch.clearScreen",
"start:docs": "pnpm --filter docs start --port=4201",
"start:test-app": "pnpm --filter test-app start --port=4200",
"test": "pnpm --filter '*' --workspace-concurrency=1 test",
"test:ember": "pnpm --filter '*' --workspace-concurrency=1 test:ember"
},
"devDependencies": {
"concurrently": "^8.2.0",
"husky": "^9.1.6",
"prettier": "^3.0.3",
"prettier-plugin-ember-template-tag": "^2.0.2"
}
}