mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
22 lines
547 B
JSON
22 lines
547 B
JSON
{
|
|
"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:all": "docker-compose down && docker-compose up -d && yarn wait && yarn test"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.3",
|
|
"jest": "^27.0.1"
|
|
},
|
|
"dependencies": {}
|
|
}
|