mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-20 10:26:37 -06:00
18 lines
441 B
JSON
18 lines
441 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": {
|
|
"knex": "^1.0.7",
|
|
"mysql": "^2.18.1",
|
|
"mysql2": "^2.3.3",
|
|
"wtfnode": "^0.9.1"
|
|
}
|
|
}
|