Random-Api/nodejs/package.json
2024-06-25 09:45:57 +08:00

17 lines
296 B
JSON

{
"name": "nodejs",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.19.2",
"node-fetch": "^2.7.0"
}
}