20 lines
376 B
JSON
20 lines
376 B
JSON
{
|
|
"name": "web-paging",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"dotenv": "^17.2.3",
|
|
"ejs": "^3.1.10",
|
|
"express": "^5.2.1",
|
|
"express-session": "^1.18.2"
|
|
}
|
|
}
|