@flopflip/cypress-plugin
Version:
A plugin for Cypress change feature toggles in Cypress runs
66 lines • 1.43 kB
JSON
{
"name": "@flopflip/cypress-plugin",
"version": "15.0.0",
"description": "A plugin for Cypress change feature toggles in Cypress runs",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.js",
"browser": "./dist/index.js",
"typesVersions": {
"*": {
".": [
"dist/*.d.ts",
"dist/*.d.cts"
]
}
},
"files": [
"readme.md",
"dist/**"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/tdeekens/flopflip.git",
"directory": "packages/cypress-plugin"
},
"author": "Tobias Deekens <nerd@tdeekens.name>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tdeekens/flopflip/issues"
},
"homepage": "https://github.com/tdeekens/flopflip#readme",
"devDependencies": {
"cypress": "13.6.4",
"tsup": "8.4.0",
"@flopflip/tsconfig": "15.0.0"
},
"peerDependencies": {
"cypress": "13.x || 14.x"
},
"dependencies": {
"@flopflip/types": "15.0.0"
},
"keywords": [
"react",
"feature-flags",
"feature-toggles",
"LaunchDarkly",
"client"
],
"scripts": {
"build": "rimraf dist && tsup",
"check-types": "tsc --noEmit",
"test": "exit 0",
"test:watch": "exit 0",
"dev": "tsup --watch --clean=false"
}
}