21 lines
400 B
JSON
21 lines
400 B
JSON
{
|
|
"name": "pwa",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"basic-auth": "^2.0.1",
|
|
"body-parser": "^1.20.3",
|
|
"debug": "^4.4.0",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^4.21.2",
|
|
"fs": "^0.0.1-security"
|
|
}
|
|
}
|