mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
21 lines
398 B
JSON
Executable File
21 lines
398 B
JSON
Executable File
{
|
|
"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"
|
|
}
|
|
}
|