UNPKG

meadow

Version:
74 lines (73 loc) 2.21 kB
{ "name": "meadow", "version": "2.0.15", "description": "A data access library.", "main": "source/Meadow.js", "scripts": { "start": "node source/Meadow.js", "coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -u tdd --exit -R spec", "test": "./node_modules/mocha/bin/_mocha -u tdd --exit -R spec", "tests": "./node_modules/mocha/bin/_mocha -u tdd --exit -R spec --grep", "build": "./node_modules/.bin/gulp build --full-paths", "docker-dev-build": "docker build ./ -f Dockerfile_LUXURYCode -t retold/meadow:local", "docker-dev-run": "docker run -it -d --name meadow-dev -p 12342:8080 -p 12106:3306 -v \"$PWD/.config:/home/coder/.config\" -v \"$PWD:/home/coder/meadow\" -u \"$(id -u):$(id -g)\" -e \"DOCKER_USER=$USER\" retold/meadow:local", "docker-dev-shell": "docker exec -it meadow-dev /bin/bash" }, "mocha": { "diff": true, "extension": [ "js" ], "package": "./package.json", "reporter": "spec", "slow": "75", "timeout": "5000", "ui": "tdd", "watch-files": [ "source/**/*.js", "test/**/*.js" ], "watch-ignore": [ "lib/vendor" ] }, "repository": { "type": "git", "url": "https://github.com/stevenvelozo/meadow.git" }, "keywords": [ "orm", "dal" ], "author": "Steven Velozo <steven@velozo.com> (http://velozo.com/)", "license": "MIT", "bugs": { "url": "https://github.com/stevenvelozo/meadow/issues" }, "homepage": "https://github.com/stevenvelozo/meadow", "devDependencies": { "alasql": "^4.1.10", "browserify": "^17.0.0", "chai": "4.3.10", "fable": "^3.0.96", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-sourcemaps": "^3.0.0", "gulp-terser": "^2.1.0", "gulp-util": "^3.0.8", "meadow-connection-mssql": "^1.0.9", "meadow-connection-mysql": "^1.0.4", "mocha": "10.2.0", "mysql2": "^3.6.3", "nyc": "^15.1.0", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0" }, "dependencies": { "async": "3.2.5", "foxhound": "^2.0.10", "is-my-json-valid": "2.20.6", "npm-check-updates": "^16.14.6", "simple-get": "^4.0.1" } }