-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
28 lines (28 loc) · 890 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
{
"version": "6.1.2",
"private": true,
"repository": "https://github.com/ahmadsoe/ember-highcharts.git",
"license": "MIT",
"author": "",
"scripts": {
"build": "pnpm --filter ember-highcharts build",
"lint": "pnpm --filter '*' lint",
"lint:fix": "pnpm --filter '*' lint:fix",
"prepare": "pnpm build",
"start": "concurrently 'pnpm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow",
"start:addon": "pnpm --filter ember-highcharts start --no-watch.clearScreen",
"start:test-app": "pnpm --filter test-app start",
"test": "pnpm --filter '*' test",
"test:ember": "pnpm --filter '*' test:ember"
},
"devDependencies": {
"@glint/core": "^1.2.1",
"concurrently": "^8.2.0",
"prettier": "^3.0.3",
"prettier-plugin-ember-template-tag": "^1.1.0",
"release-plan": "^0.9.0"
},
"engines": {
"node": ">= 18"
}
}