react-personal-website/server/package.json
2025-02-28 11:14:55 -05:00

20 lines
396 B
JSON

{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.21.2",
"fs-extra": "^11.3.0",
"gray-matter": "^4.0.3",
"marked": "^15.0.7",
"path": "^0.12.7"
}
}