dockerino

This commit is contained in:
2022-09-12 12:11:37 +02:00
parent 963d4d1750
commit 3bcb921032
2 changed files with 49 additions and 0 deletions

15
api/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"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",
"sqlite3": "^5.0.11"
}
}