Files
wehub-resource-sync 5357c39144
Fuzzer / Run Fuzzer (push) Has been cancelled
Race tests / Go race tests (ubuntu-22.04) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:01:40 +08:00

21 lines
509 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",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"knex": "^2.4.0",
"mariadb": "^3.4.5",
"mysql": "^2.18.1",
"mysql2": "^3.9.8",
"wtfnode": "^0.9.1",
"yesql": "^5.0.0"
}
}