Files
WP-node/package.json
T
2021-08-23 10:50:31 -04:00

17 lines
298 B
JSON

{
"name": "wp-connect",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"mysql": "^2.18.1"
}
}