mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
30 lines
767 B
JSON
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"
|
|
}
|
|
}
|