UNPKG

imago-sql

Version:

Small library to work with Azure SQL and MySQL via a single interface.

36 lines (35 loc) 978 B
{ "name": "imago-sql", "version": "4.8.0", "description": "Small library to work with Azure SQL and MySQL via a single interface.", "main": "sql.js", "scripts": { "test": "node node_modules/eslint/bin/eslint . --ext .js && node node_modules/jest/bin/jest", "lint": "node node_modules/eslint/bin/eslint . --ext .js --fix" }, "repository": { "type": "git", "url": "https://bitbucket.org/imagoai/imago-sql.git" }, "keywords": [ "imago.ai", "imago", "sql" ], "author": "Imago.ai", "license": "ISC", "homepage": "https://bitbucket.org/imagoai/imago-sql#readme", "dependencies": { "handlebars": "^4.0.12", "mssql": "^4.3.0", "mysql": "^2.16.0" }, "devDependencies": { "eslint": "^5.12.0", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.2", "eslint-plugin-react": "^7.12.3", "jest": "^23.6.0" } }