-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 781 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 781 Bytes
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
{
"name": "root",
"private": true,
"scripts": {
"prepare": "lerna bootstrap --no-ci",
"build": "lerna run build",
"test": "lerna run test",
"lint": "mwts lint",
"clean": "mwts clean",
"fix": "mwts fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/midwayjs/jsdom-service-worker.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/midwayjs/jsdom-service-worker/issues"
},
"homepage": "https://github.com/midwayjs/jsdom-service-worker#readme",
"devDependencies": {
"@types/jest": "^27.0.0",
"@types/node": "^14.11.2",
"jest": "^27.0.6",
"lerna": "^4.0.0",
"mwts": "^1.2.2",
"typescript": "^4.3.5",
"ts-jest": "^27.0.2",
"ts-node": "^10.1.0"
}
}