-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 946 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
{
"name": "bce-sdk-lite",
"version": "0.2.0",
"description": "",
"main": "index.js",
"files": [
"/lib",
"/index.js"
],
"repository": "github:599316527/bce-sdk-lite",
"dependencies": {
"fast-sha256": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@webpack-cli/serve": "^0.2.0",
"babel-jest": "^26.2.2",
"babel-loader": "^8.1.0",
"babel-plugin-lodash": "^3.3.4",
"bce-sdk-js": "^0.2.9",
"jest": "^26.2.2",
"lodash-webpack-plugin": "^0.11.5",
"nanoid": "^3.1.12",
"terser-webpack-plugin": "^3.1.0",
"webpack": "^4.44.1",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^4.0.0-beta.2"
},
"peerDependencies": {
"axios": "^0.19.2",
"lodash": "^4.17.19"
},
"scripts": {
"build": "webpack",
"test": "jest"
},
"keywords": [],
"author": "Kyle <[email protected]>",
"license": "MIT"
}