{ "name": "eventcally", "version": "1.0.0", "description": "Open event database", "main": "index.js", "directories": { "doc": "doc", "test": "tests" }, "scripts": { "cypress:open": "cypress open --config-file cypress/config/desktop.config.js", "cypress:open:mobile": "cypress open --config-file cypress/config/mobile.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/eventcally/eventcally.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/eventcally/eventcally/issues" }, "homepage": "https://github.com/eventcally/eventcally#readme", "devDependencies": { "cd": "^0.3.3", "cypress": "^12.8.1", "cypress-fail-on-console-error": "^4.0.2" } }