UNPKG

cypress-spok-command

Version:
46 lines (45 loc) 1.14 kB
{ "name": "cypress-spok-command", "description": "A wrapper around cy-spok", "version": "1.0.4", "license": "MIT", "source": "src/index.ts", "main": "./dist/index.js", "module": "dist/module.js", "types": "./dist/index.d.ts", "files": [ "./dist" ], "scripts": { "build": "parcel build && cp src/index.d.ts dist", "checkTypes": "tsc --noEmit && cd cypress && tsc", "debug": "cypress open", "test": "cypress run", "lint": "eslint src/ cypress/" }, "dependencies": { "cy-spok": "^1.6.2", "spok": "^1.5.5" }, "devDependencies": { "@parcel/packager-ts": "2.10.2", "@parcel/transformer-typescript-types": "2.10.2", "@typescript-eslint/eslint-plugin": "^6.9.1", "@typescript-eslint/parser": "^6.9.1", "cypress": "13.4.0 ", "eslint": "^8.52.0", "eslint-plugin-cypress": "^2.15.1", "parcel": "^2.10.2", "typescript": "^5.2.2", "yarn": "^1.22.10" }, "homepage": "https://github.com/joshuajtward/cypress-spok-command", "keywords": [ "cypress", "spok" ], "author": { "name": "Josh Ward", "email": "joshuajtward@gmail.com" } }