forked from quasarframework/quasar-testing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 828 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
29
30
31
{
"name": "@quasar/testing",
"version": "1.0.0-beta.4",
"description": "Monorepo for test harness integration in Quasar Framework 1.0 projects.",
"repository": "https://github.com/quasarframework/quasar-testing",
"author": "Daniel Thompson-Yvetot",
"license": "MIT",
"private": true,
"homepage": "http://quasar-framework.org",
"dependencies": {},
"devDependencies": {
"lerna": "^3.13.0",
"wallaby-vue-compiler": "^1.0.4"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.8.0"
},
"bugs": {
"url": "https://github.com/quasarframework/quasar-testing/issues"
},
"scripts": {
"build": "yarn && lerna clean && lerna link && lerna bootstrap",
"publish": "lerna publish",
"audit:snyk": "lerna run test"
},
"workspaces": [
"packages/*"
]
}