| { | |
| "name": "@bazel/cypress", | |
| "peerDependencies": { | |
| "cypress": ">=4.7.0" | |
| }, | |
| "description": "Run Cypress e2e testing framework under Bazel", | |
| "license": "Apache-2.0", | |
| "version": "0.0.0-PLACEHOLDER", | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/bazelbuild/rules_nodejs.git", | |
| "directory": "packages/cypress" | |
| }, | |
| "bugs": { | |
| "url": "https://github.com/bazelbuild/rules_nodejs/issues" | |
| }, | |
| "keywords": [ | |
| "cypress", | |
| "bazel" | |
| ], | |
| "scripts": { | |
| "postinstall": "node npm_version_check.js" | |
| } | |
| } |