blob: c6d27f813c672e2e4693058320e6385da125f47d [file] [log] [blame]
{
"name": "sling-cms-it",
"version": "1.0.0",
"description": "",
"main": "tests/index.js",
"scripts": {
"cypress:install": "./node_modules/.bin/cypress install --force",
"cypress": "./node_modules/.bin/cypress open",
"test": "./node_modules/.bin/cypress run",
"wait-for-ready": "node cypress/ready.js",
"ci": "npm run cypress:install && npm run wait-for-ready && npm run test"
},
"author": "",
"license": "ISC",
"devDependencies": {
"chai": "^4.3.7",
"cypress-audit": "^1.1.0"
},
"dependencies": {
"@cypress-audit/pa11y": "^1.3.1",
"cypress": "^12.2.0",
"node-fetch-commonjs": "^3.2.4",
"uuid": "^9.0.0"
}
}