19 lines
428 B
JSON
19 lines
428 B
JSON
{
|
|
"name": "yuntu-report-filling-server",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Local backend for persisting Yuntu report creation records",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"dev": "node --watch src/index.js",
|
|
"start": "node src/index.js",
|
|
"test": "node --test"
|
|
},
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.21.2",
|
|
"pg": "^8.13.1"
|
|
}
|
|
}
|