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.
24 lines
520 B
24 lines
520 B
{ |
|
"name": "qry-python-js", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "app.js", |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"keywords": [], |
|
"author": "", |
|
"license": "ISC", |
|
"dependencies": { |
|
"aes-js": "^3.1.2", |
|
"body-parser": "^1.20.2", |
|
"crypto-js": "^4.2.0", |
|
"express": "^4.19.2", |
|
"node-fetch": "^2.7.0", |
|
"sdenv": "^0.2.2", |
|
"sdenv-extend": "^1.3.1", |
|
"sdenv-jsdom": "^1.1.0", |
|
"sm-crypto": "^0.3.13", |
|
"winston": "^3.14.2" |
|
} |
|
}
|
|
|