-
Notifications
You must be signed in to change notification settings - Fork 159
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.2 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.2 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
31
32
33
{
"version": "4.1.2",
"private": true,
"repository": {
"type": "git",
"url": "[email protected]:ember-fastboot/ember-cli-fastboot.git"
},
"scripts": {
"lint": "pnpm --filter './*packages/**' lint",
"test": "npm-run-all test:*",
"test:ember-cli-fastboot": "pnpm --filter ember-cli-fastboot test:ember",
"test:fastboot": "pnpm --filter fastboot test",
"test:fastboot-express-middleware": "pnpm --filter fastboot-express-middleware test",
"test:fastboot-app-server": "pnpm --filter fastboot-app-server test:mocha",
"test:integration": "pnpm --filter integration-tests test",
"test:extra": "pnpm --filter basic-app test:mocha && pnpm --filter custom-fastboot-app test:mocha"
},
"devDependencies": {
"@release-it-plugins/lerna-changelog": "^5.0.0",
"@release-it-plugins/workspaces": "^3.2.0",
"npm-run-all": "^4.1.5",
"release-plan": "^0.9.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"pnpm": {
"overrides": {
"clean-css@3": "^4.0.0"
}
},
"packageManager": "[email protected]+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef"
}