dbgate/integration-tests/package.json

22 lines
537 B
JSON
Raw Normal View History

2021-05-27 07:12:21 +00:00
{
"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": {
2021-05-27 07:26:37 +00:00
"wait": "cross-env DEVMODE=1 node wait.js",
2021-05-27 10:38:27 +00:00
"test": "cross-env DEVMODE=1 jest",
2021-05-27 10:04:13 +00:00
"run:local": "docker-compose down && docker-compose up -d && yarn wait && yarn test"
2021-05-27 07:12:21 +00:00
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^27.0.1"
},
"dependencies": {}
}