web-paging/package.json
2025-12-20 13:49:59 -07:00

19 lines
342 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"
}
}