31 lines
689 B
JSON
31 lines
689 B
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ihatenodejs/blogpop.git"
|
|
},
|
|
"author": "ihatenodejs",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/ihatenodejs/blogpop/issues"
|
|
},
|
|
"homepage": "https://github.com/ihatenodejs/blogpop#readme",
|
|
"description": "",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"ejs": "^3.1.10",
|
|
"express": "^4.21.2",
|
|
"sqlite": "^5.1.1",
|
|
"sqlite3": "^5.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^5.0.0"
|
|
},
|
|
"type": "module"
|
|
}
|