UNPKG

@cullylarson/mysql

Version:
40 lines (39 loc) 1.27 kB
{ "name": "@cullylarson/mysql", "version": "1.0.1", "description": "Promise-based utility functions for mysql.", "main": "cjs/", "module": "esm/", "scripts": { "test:do-it": "jest --runInBand ./test", "test": "npm run build && docker-compose up --abort-on-container-exit --exit-code-from test; docker-compose down -v", "clean": "rm -rf cjs", "watch": "esw --color --watch ./esm ./test", "build": "npm run clean && babel esm --out-dir cjs", "prepare": "npm test && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/cullylarson/starworld-mysql.git" }, "author": "Cully Larson <cully.larson@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/cullylarson/starworld-mysql/issues" }, "homepage": "https://github.com/cullylarson/starworld-mysql#readme", "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.5", "@babel/plugin-proposal-object-rest-spread": "^7.4.4", "@babel/preset-env": "^7.4.5", "@cullylarson/f": "0.0.17", "babel-eslint": "^10.0.2", "eslint": "^5.16.0", "eslint-plugin-jest": "^22.7.0", "eslint-watch": "^5.1.2", "jest": "^24.8.0", "mysql2": "^1.6.5", "standard": "^12.0.1" } }