iosWebViewFix/test_node_server/package.json

20 lines
389 B
JSON
Raw Normal View History

{
2022-05-02 10:52:10 +00:00
"name": "test_node_server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2022-05-02 10:52:10 +00:00
"private": true,
"author": "",
2022-05-02 10:52:10 +00:00
"license": "MIT",
"dependencies": {
2022-05-02 10:52:10 +00:00
"basic-auth": "^2.0.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
2022-05-02 10:52:10 +00:00
"express": "^4.18.1",
"multiparty": "^4.2.2"
}
}