-
Notifications
You must be signed in to change notification settings - Fork 161
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1.1 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
{
"version": "4.1.2",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com: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:extra": "pnpm --filter basic-app test:mocha && pnpm --filter custom-fastboot-app test:mocha",
"test:fastboot": "pnpm --filter fastboot test",
"test:fastboot-app-server": "pnpm --filter fastboot-app-server test:mocha",
"test:fastboot-express-middleware": "pnpm --filter fastboot-express-middleware test",
"test:integration": "pnpm --filter integration-tests test"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"release-plan": "^0.18.0"
},
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"pnpm": {
"overrides": {
"clean-css@3": "^4.0.0"
}
}
}