package.json 352 Bytes
Newer Older
bellship24's avatar
bellship24 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "jupyterlab-minio-browser -ui-tests",
  "version": "1.0.0",
  "description": "JupyterLab jupyterlab-minio-browser  Integration Tests",
  "private": true,
  "scripts": {
    "start": "jupyter lab --config jupyter_server_test_config.py",
    "test": "jlpm playwright test"
  },
  "devDependencies": {
    "@jupyterlab/galata": "^4.3.0"
  }
}