call-test-web/package.json
2024-12-08 21:11:23 -07:00

18 lines
340 B
JSON

{
"name": "call-origination-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-session": "^1.18.1"
}
}