-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
31 lines (31 loc) · 1.05 KB
/
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": "https://github.com/discourse/ember-route-template",
"license": "MIT",
"author": "Discourse <[email protected]>",
"scripts": {
"build": "yarn workspace ember-route-template run build",
"lint": "yarn workspaces run lint",
"lint:fix": "yarn workspaces run lint:fix",
"prepare": "yarn build",
"start": "concurrently 'npm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow",
"start:addon": "yarn workspace ember-route-template run start",
"start:test-app": "yarn workspace test-app run start",
"test": "yarn workspaces run test",
"test:ember": "yarn workspace test-app run test:ember"
},
"devDependencies": {
"@glint/core": "^1.1.0",
"@glint/environment-ember-loose": "^1.1.0",
"@glint/environment-ember-template-imports": "^1.1.0",
"@glint/template": "^1.1.0",
"concurrently": "^8.2.0",
"prettier": "^3.0.3",
"prettier-plugin-ember-template-tag": "^1.1.0",
"typescript": "^5.2.2"
},
"workspaces": [
"ember-route-template",
"test-app"
]
}