-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 878 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@liujiangshan/js-utils",
"version": "0.0.6",
"repository": {
"type": "git",
"url": "git://github.com/liujiangshan/js-utils.git"
},
"description": "js-utils",
"author": {
"name": "liujiangshan",
"email": "[email protected]"
},
"license": "MIT",
"private": false,
"scripts": {
"test:unit": "jest -c jest.config.js --verbose"
},
"keywords": [
"utils",
"js",
"ts"
],
"dependencies": {
"axios": "^0.18.0",
"lodash": "^4.17.11"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/jest": "^23.3.9",
"axios-mock-adapter": "^1.15.0",
"jest": "^23.6.0",
"mockjs": "^1.0.1-beta3",
"ts-jest": "^23.10.4",
"typescript": "^3.1.6"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}