forked from umijs/umi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.03 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.03 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@umijs/test",
"version": "3.5.13",
"description": "@umijs/test",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"helpers",
"bin"
],
"repository": {
"type": "git",
"url": "https://github.com/umijs/umi"
},
"keywords": [
"umi"
],
"authors": [
"chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
],
"license": "MIT",
"bugs": "http://github.com/umijs/umi/issues",
"homepage": "https://github.com/umijs/umi/tree/master/packages/test#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@babel/core": "7.12.10",
"@umijs/babel-preset-umi": "3.5.13",
"@umijs/utils": "3.5.13",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^26.6.3",
"core-js": "3.8.2",
"identity-obj-proxy": "3.0.0",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"jest-environment-jsdom-fourteen": "1.0.1",
"regenerator-runtime": "^0.13.7",
"whatwg-fetch": "^3.5.0"
},
"bin": {
"umi-test": "bin/umi-test.js"
}
}