UNPKG

cypress-mongodb

Version:
41 lines (40 loc) 1.03 kB
{ "name": "cypress-mongodb", "version": "6.2.1", "description": "Cypress MongoDB plugin", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "prebuild": "npx prettier . --check", "build": "tsc -d", "format": "npx prettier . --write", "test": "cypress run", "open": "cypress open --e2e --browser chrome" }, "keywords": [ "cypress", "plugin", "mongodb", "mongo", "database", "db" ], "author": "Jovan Ilić <ilicjovan89@gmail.com> (https://jovanilic.com)", "license": "MIT", "homepage": "https://github.com/Zaista/cypress-mongodb", "bugs": "https://github.com/Zaista/cypress-mongodb/issues", "repository": { "type": "git", "url": "https://github.com/Zaista/cypress-mongodb" }, "dependencies": { "mongodb": "6.6.0" }, "devDependencies": { "@faker-js/faker": "^8.4.1", "@types/node": "^22.1.0", "cypress": "^13.13.2", "prettier": "^3.3.3", "typescript": "^5.5.4" } }