2019-10-31 22:09:54 +00:00
|
|
|
{
|
2022-05-02 10:52:10 +00:00
|
|
|
"name": "test_node_server",
|
2019-10-31 22:09:54 +00:00
|
|
|
"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,
|
2019-10-31 22:09:54 +00:00
|
|
|
"author": "",
|
2022-05-02 10:52:10 +00:00
|
|
|
"license": "MIT",
|
2019-10-31 22:09:54 +00:00
|
|
|
"dependencies": {
|
2022-05-02 10:52:10 +00:00
|
|
|
"basic-auth": "^2.0.1",
|
2021-03-18 16:24:13 +00:00
|
|
|
"body-parser": "^1.19.0",
|
2019-11-05 02:44:22 +00:00
|
|
|
"cors": "^2.8.5",
|
2022-05-02 10:52:10 +00:00
|
|
|
"express": "^4.18.1",
|
2021-03-18 16:24:13 +00:00
|
|
|
"multiparty": "^4.2.2"
|
2019-10-31 22:09:54 +00:00
|
|
|
}
|
|
|
|
}
|