package.json•813 B
{
  "name": "tests",
  "version": "1.0.0",
  "description": "",
  "main": "lib/e2e.js",
  "scripts": {
    "test": "npm-run-all test:flow_server test:reflection_api",
    "test:dev_ui_test": "node --import tsx src/dev_ui_test.ts",
    "test:reflection_api": "node --import tsx src/reflection_api_test.ts",
    "test:flow_server": "node --import tsx src/flow_server_test.ts"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "json-diff": "^1.0.6",
    "puppeteer": "^22.5.0",
    "puppeteer-screen-recorder": "^3.0.3",
    "semver": "^7.6.0",
    "terminate": "^2.6.1",
    "yaml": "^2.4.5"
  },
  "devDependencies": {
    "@types/json-diff": "^1.0.3",
    "npm-run-all": "^4.1.5",
    "tsx": "^4.19.2"
  },
  "pnpm": {
    "overrides": {
      "cross-spawn": "^7.0.5"
    }
  }
}