eventcally/package.json
2023-09-30 13:04:26 +02:00

30 lines
767 B
JSON

{
"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": "^13.3.0",
"cypress-fail-on-console-error": "^4.0.2"
}
}