master
parent
744689a636
commit
11df3579df
3 changed files with 5243 additions and 3 deletions
@ -1,6 +1,4 @@ |
|||||||
/node_modules/ |
/node_modules/ |
||||||
/dict/ |
/dict/ |
||||||
.idea |
.idea |
||||||
/public/static/js/ |
/public/static/js/ |
||||||
package.json |
|
||||||
package-lock.json |
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,23 @@ |
|||||||
|
{ |
||||||
|
"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": { |
||||||
|
"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" |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue