Files
cypress/system-tests/projects/module-api/package.json
renovate[bot] bcb945d6ce dependency(deps): update dependency debug to ^4.3.4 🌟 (#25699)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Stokes Player <stokes.player@gmail.com>
2023-02-06 15:35:34 -05:00

23 lines
585 B
JSON

{
"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"
}
}