Files
toho-jose/package.json

16 lines
291 B
JSON

{
"name": "render-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Minzkraut",
"license": "ISC",
"dependencies": {
"axios": "^1.2.2",
"express": "^4.18.2"
}
}