Files
dolt/mysql-client-tests/node/package.json
2020-08-26 12:33:53 -07:00

15 lines
370 B
JSON

{
"name": "node",
"version": "1.0.0",
"description": "A simple node command line utility to show how to connect a node application to a Dolt database using the MySQL connector.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"mysql": "^2.18.1"
}
}