| { | |
| "name": "cypress_example", | |
| "private": true, | |
| "dependencies": { | |
| "express": "4.17.1" | |
| }, | |
| "devDependencies": { | |
| "@bazel/cypress": "^5.8.1", | |
| "@bazel/ibazel": "^0.16.2", | |
| "@bazel/typescript": "^5.8.1", | |
| "@types/node": "14.0.13", | |
| "cypress": "7.3.0", | |
| "rxjs": "^6.5.2", | |
| "typescript": "3.9.5" | |
| }, | |
| "scripts": { | |
| "test": "bazel test //..." | |
| } | |
| } |