UNPKG

cypress-ct-custom-devserver

Version:

A helper to simplify the api for creating a custom dev-server for cypress.

53 lines 1.44 kB
{ "name": "cypress-ct-custom-devserver", "version": "2.1.0", "description": "A helper to simplify the api for creating a custom dev-server for cypress.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/", "template/", "types/" ], "scripts": { "build": "npm run lint && tsc", "prepublishOnly": "npm run build", "lint": "eslint --ext .ts --fix src/**/*.ts", "test": "cypress run --component", "test:open": "cypress open --component" }, "repository": { "type": "git", "url": "git+https://github.com/fochlac/cypress-ct-custom-devserver.git" }, "keywords": [ "cypress", "component test", "devServer" ], "author": "Florian Riedel", "license": "MIT", "bugs": { "url": "https://github.com/fochlac/cypress-ct-custom-devserver/issues" }, "homepage": "https://github.com/fochlac/cypress-ct-custom-devserver#readme", "dependencies": { "body-parser": "^1.20.2", "express": "^4.18.2", "minimatch": "^9.0.0" }, "devDependencies": { "@cypress/react": "^9.0.1", "@types/express": "^4.17.17", "@types/node": "^18.14.2", "@typescript-eslint/eslint-plugin": "^5.54.0", "@typescript-eslint/parser": "^5.54.0", "cypress": "^14.4.0", "esbuild": "^0.17.18", "esbuild-plugin-copy": "^2.1.1", "eslint": "^8.35.0", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.0.2" } }