20 lines
389 B
JSON
Executable File
20 lines
389 B
JSON
Executable File
{
|
|
"name": "test_node_server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"private": true,
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"basic-auth": "^2.0.1",
|
|
"body-parser": "^1.19.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.1",
|
|
"multiparty": "^4.2.2"
|
|
}
|
|
}
|