forked from addcnos/Hongyan-Web-SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 907 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
{
"name": "@addcnos/hongyan-web-sdk",
"version": "1.0.1",
"description": "",
"main": "dist/im.js",
"types": "typings/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production webpack",
"dev": "webpack --watch"
},
"keywords": [
"im"
],
"author": "[email protected]",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.15",
"@babel/preset-typescript": "^7.13.0",
"@types/qs": "^6.9.6",
"babel-loader": "8.2.5",
"webpack": "^5.36.1",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"axios": "^0.21.1",
"core-js": "^3.11.1",
"events": "^3.3.0",
"promise-polyfill": "8.2.0",
"qs": "^6.10.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}