UNPKG

cypress-ct-stencil

Version:

Framework Definition for StencilJS with Cypress Component Testing

41 lines (40 loc) 1.1 kB
{ "name": "cypress-ct-stencil", "version": "1.0.0", "description": "Framework Definition for StencilJS with Cypress Component Testing", "exports": { "node": "./dist/definition.js", "default": "./dist/index.js" }, "scripts": { "build": "npm run build:definition && npm run build:mount", "build:mount": "tsc --project tsconfig.mount.json", "build:definition": "tsc --project tsconfig.definition.json" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/CoderIllusionist/cypress-ct-stencil.git" }, "types": "./dist/index.d.ts", "files": [ "dist", "tsconfig.cypress.json" ], "devDependencies": { "cypress": "^13.6.4", "typescript": "^5.3.3" }, "dependencies": { "@cypress/mount-utils": "^4.0.0" }, "keywords": [ "cypress", "cypress stencil", "stencil cypress", "stencil component testing", "StencilJS cypress", "cypress-ct-stencil", "cypress-ct" ] }