eventcally/package.json
2023-03-21 22:29:18 +01:00

30 lines
1.1 KiB
JSON

{
"name": "gsevpt",
"version": "1.0.0",
"description": "![Tests](https://github.com/DanielGrams/gsevpt/workflows/Tests/badge.svg) [![codecov](https://codecov.io/gh/DanielGrams/gsevpt/branch/main/graph/badge.svg?token=66CLLWWV7Y)](https://codecov.io/gh/DanielGrams/gsevpt) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) ![Docker Pulls](https://img.shields.io/docker/pulls/danielgrams/gsevpt)",
"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/DanielGrams/gsevpt.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DanielGrams/gsevpt/issues"
},
"homepage": "https://github.com/DanielGrams/gsevpt#readme",
"devDependencies": {
"cd": "^0.3.3",
"cypress": "^12.8.1",
"cypress-fail-on-console-error": "^4.0.2"
}
}