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.
SOP/sop-sdk/sdk-nodejs/package.json

21 lines
398 B

4 years ago
{
"name": "sdk-nodejs",
4 years ago
"version": "1.1.0",
4 years ago
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
4 years ago
"axios": "^0.21.1",
"form-data": "^4.0.0",
"isarray": "^2.0.5",
4 years ago
"jsrsasign": "^8.0.19",
"moment": "^2.27.0",
4 years ago
"qs": "^6.10.1"
4 years ago
}
}