{ "name": "@test-project/cypress-example-module-api", "version": "0.0.0-development", "description": "Example running specs using Cypress via its module API", "private": true, "main": "index.js", "scripts": { "test": "mocha --timeout 45000 test/spec.js" }, "devDependencies": { "@bahmutov/all-paths": "1.0.2", "chdir-promise": "0.6.2", "check-more-types": "2.24.0", "debug": "4.3.4", "lazy-ass": "1.6.0", "mocha": "9.2.0", "mocha-banner": "1.1.2", "ramda": "0.28.0", "snap-shot-it": "5.0.1", "terminal-banner": "1.1.0" } }