-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 940 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 940 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
33
34
35
36
37
38
39
40
41
{
"name": "@mpxjs/mpx-jest",
"version": "0.0.32",
"description": "mpx jest transformer",
"main": "mpx-jest.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mpx-ecology/mpx-jest.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"keywords": [
"jest",
"mpx",
"unittest"
],
"author": "xuegan",
"license": "Apache",
"bugs": {
"url": "https://github.com/mpx-ecology/mpx-jest/issues"
},
"homepage": "https://github.com/mpx-ecology/mpx-jest#readme",
"devDependencies": {
"lerna": "^4.0.0"
},
"peerDependencies": {
"@mpxjs/webpack-plugin": "^2.7.11"
},
"dependencies": {
"@babel/core": "^7.18.10",
"@mpxjs/utils": "^2.8.15",
"@mpxjs/webpack-plugin": "^2.7.47",
"json5": "^2.2.1",
"magic-string": "^0.26.2"
}
}