-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 794 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 794 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
{
"name": "xdapp-sdk",
"main": "dist/xdapp.js",
"types": "dist/xdapp.d.ts",
"version": "1.2.0",
"scripts": {
"build": "tsc",
"release": "standard-version"
},
"directories": {
"str": "src/"
},
"dependencies": {
"debug": "^4.1.1",
"form-data": "^3.0.0",
"hprose": "^2.0.51",
"node-fetch": "^2.6.0"
},
"description": "xdapp nodejs agent sdk",
"keywords": [
"xdapp",
"agent",
"client",
"sdk"
],
"author": {
"name": "Jonwang",
"url": "https://www.xdapp.com/",
"email": "jonwang@xindong.com"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/form-data": "^2.5.0",
"@types/node": "^13.7.7",
"@types/node-fetch": "^2.5.5",
"standard-version": "^7.1.0",
"typescript": "^3.8.3"
}
}