{ "name": "@jupyterlab/test-application", "version": "0.5.1", "private": true, "scripts": { "build": "tsc -b", "clean": "rimraf build && rimraf coverage", "coverage": "python run.py --coverage", "test": "python run.py", "watch": "python run.py --debug", "watch:all": "python run.py --debug --watchAll", "watch:src": "tsc -b --watch" }, "dependencies": { "@jupyterlab/application": "^0.19.1", "@jupyterlab/apputils": "^0.19.1", "@jupyterlab/coreutils": "^2.2.1", "@jupyterlab/testutils": "^0.3.1", "@phosphor/commands": "^1.6.1", "@phosphor/coreutils": "^1.3.0", "@phosphor/messaging": "^1.2.2", "@phosphor/widgets": "^1.6.0", "chai": "~4.1.2", "jest": "^23.5.0", "simulate-event": "~1.4.0", "ts-jest": "^23.1.4" }, "devDependencies": { "@types/chai": "~4.0.10", "@types/jest": "^23.3.1", "rimraf": "~2.6.2", "typescript": "~3.1.1" } }