UNPKG

@badeball/cypress-configuration

Version:

[![Build status](https://github.com/badeball/cypress-configuration/actions/workflows/build.yml/badge.svg)](https://github.com/badeball/cypress-configuration/actions/workflows/build.yml) [![Npm package weekly downloads](https://badgen.net/npm/dw/@badeball/

51 lines (50 loc) 1.32 kB
{ "name": "@badeball/cypress-configuration", "version": "6.1.1", "author": "Jonas Amundsen", "license": "MIT", "homepage": "https://github.com/badeball/cypress-configuration", "repository": { "type": "git", "url": "https://github.com/badeball/cypress-configuration.git" }, "keywords": [ "cypress", "cypress-configuration" ], "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*.js", "dist/**/*.d.ts" ], "scripts": { "clean": "rm -rf dist", "build": "tsc", "watch": "tsc --watch", "fmt": "prettier --ignore-path .gitignore --write '**/*.ts'", "test": "npm run test:fmt && npm run test:unit", "test:fmt": "prettier --ignore-path .gitignore --check '**/*.ts'", "test:unit": "mocha", "prepublishOnly": "npm run clean && npm run build && npm run test" }, "dependencies": { "@babel/parser": "^7.18.8", "debug": "^4.3.2", "esbuild": "^0.19.4", "glob": "^7.1.6", "minimatch": "^3.0.4", "node-hook": "^1.0.0" }, "devDependencies": { "@babel/types": "^7.18.8", "@types/debug": "^4.1.7", "@types/glob": "^7.1.4", "@types/mocha": "^9.0.0", "@types/node-hook": "^1.0.1", "mocha": "^8.2.0", "prettier": "^2.2.1", "ts-node": "^10.3.0", "typescript": "^4.0.3" } }