You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
398 B
20 lines
398 B
{
|
|
"name": "sdk-nodejs",
|
|
"version": "1.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"form-data": "^4.0.0",
|
|
"isarray": "^2.0.5",
|
|
"jsrsasign": "^8.0.19",
|
|
"moment": "^2.27.0",
|
|
"qs": "^6.10.1"
|
|
}
|
|
}
|
|
|