{ "name": "sandbox-mariadb", "version": "1.0.1", "description": "Basic API with mariadb connection", "main": "server.js", "repository": { "type": "git", "url": "git+https://git.polux.studio/Juan/node-sandbox.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bugs": { "email": "juan@agence-polux.fr" }, "keywords": [ "test", "sandbox", "tutorials", "mariadb" ], "author": { "name": "Juan from Polux", "url": "https://agence-polux.fr", "email": "juan@agence-polux.fr" }, "license": "ISC", "homepage": "https://git.polux.studio/Juan/node-sandbox/src/branch/master/README.md", "dependencies": { "mariadb": "^2.5.4", "nodemon": "^2.0.16" } }