Files
omnivore/packages/cypress/package.json
2022-04-04 15:15:28 -07:00

16 lines
271 B
JSON

{
"name": "@omnivore/cypress",
"version": "1.0.0",
"private": true,
"scripts": {},
"dependencies": {
"@testing-library/cypress": "^8.0.2",
"cypress": "^9.5.3"
},
"devDependencies": {},
"volta": {
"node": "14.18.0",
"yarn": "1.22.10"
}
}