{ "name": "dbgate-integration-tests", "version": "4.1.1", "homepage": "https://dbgate.org/", "repository": { "type": "git", "url": "https://github.com/dbgate/dbgate.git" }, "author": "Jan Prochazka", "license": "MIT", "scripts": { "wait": "cross-env DEVMODE=1 node wait.js", "test": "cross-env DEVMODE=1 jest --runInBand", "run:local": "docker-compose down && docker-compose up -d && yarn wait && yarn test" }, "devDependencies": { "cross-env": "^7.0.3", "jest": "^27.0.1" }, "dependencies": {} }