forked from ember-fastboot/ember-cli-fastboot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 982 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
{
"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"
}
}