17 lines
305 B
JSON
17 lines
305 B
JSON
{
|
|
"name": "drivebyapi",
|
|
"version": "1.0.0",
|
|
"description": "api",
|
|
"main": "out.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"mysql": "^2.18.1",
|
|
"sqlite": "^4.1.2",
|
|
"sqlite3": "^5.0.11"
|
|
}
|
|
}
|