UNPKG

plywood-mysql-requester

Version:
47 lines (46 loc) 1.03 kB
{ "name": "plywood-mysql-requester", "version": "2.3.0", "description": "MySQL requester for Plywood (within node)", "keywords": [ "mysql", "requester" ], "author": { "name": "Vadim Ogievetsky", "url": "http://vadim.ogievetsky.com" }, "license": "Apache-2.0", "repository": { "type": "git", "url": "http://github.com/implydata/plywood-mysql-requester.git" }, "main": "build/mySqlRequester.js", "typings": "build/mySqlRequester.d.ts", "files": [ "build/" ], "scripts": { "prepare": "tdi -q", "compile": "tsc", "watch": "tsc --watch", "pretest": "tsc", "test": "mocha" }, "dependencies": { "any-promise": "^1.3.0", "mysql": "^2.16.0", "plywood-base-api": "^0.2.8", "readable-stream": "^3.0.3" }, "devDependencies": { "@types/mocha": "5.2.5", "@types/node": "10.10.1", "chai": "4.1.2", "mocha": "5.2.0", "stream-to-array": "2.3.0", "tdi": "0.6.4", "tslint": "5.11.0", "typescript": "3.0.3" } }