1
0
Files
WordPress-mShots-Proxy/package.json

19 lines
360 B
JSON
Raw Normal View History

{
"name": "wordpress-mshots",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.12.2",
"dotenv": "^17.2.3",
"express": "^5.1.0"
}
}