@pivvenit/mysql-import
Version:
Import .sql into a MySQL database with Node.
46 lines • 1.22 kB
JSON
{
"author": "pivvenit",
"bugs": {
"url": "https://github.com/pivvenit/mysql-import/issues"
},
"bundleDependencies": false,
"dependencies": {
"mysql2": "^2.3.3"
},
"deprecated": false,
"description": "Import .sql into a MySQL database with Node.",
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"grunt": "^1.0.4",
"grunt-contrib-concat": "^1.0.1",
"grunt-string-replace": "^1.3.1",
"mocha": "^7.1.0",
"nyc": "^15.0.0",
"sinon": "^13.0.1"
},
"engines": {
"node": ">5.0.0"
},
"homepage": "https://github.com/pivvenit/mysql-import/blob/master/README.md",
"keywords": [
"nodejs",
"mysql",
"textfiles",
"import",
"sql"
],
"license": "MIT",
"main": "mysql-import.js",
"name": "@pivvenit/mysql-import",
"repository": {
"type": "git",
"url": "git+https://github.com/pivvenit/mysql-import.git"
},
"scripts": {
"build": "grunt",
"test": "node_modules/.bin/nyc --reporter=html --reporter=text --reporter=lcov ./node_modules/.bin/mocha ./test/test.js --timeout 15000 --exit",
"memory-test": "node_modules/.bin/mocha ./test/memory-stress-test.js --timeout 0"
},
"version": "6.0.0"
}