Files
WP-node/package.json
T
Olu Ameye d23725a402 fix
2021-08-23 16:15:21 +00:00

18 lines
335 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": "github:mysqljs/mysql",
"mysql2": "^2.3.0"
}
}