UNPKG

@nx/detox

Version:

The Nx Plugin for Detox contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.

54 lines 1.21 kB
{ "name": "@nx/detox", "version": "22.5.4", "private": false, "description": "The Nx Plugin for Detox contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.", "keywords": [ "Monorepo", "React", "Web", "Native", "CLI", "Detox", "Testing", "Mobile" ], "homepage": "https://nx.dev", "bugs": { "url": "https://github.com/nrwl/nx/issues" }, "repository": { "type": "git", "url": "https://github.com/nrwl/nx.git", "directory": "packages/detox" }, "license": "MIT", "author": "Victor Savkin", "main": "./index.js", "types": "index.d.ts", "dependencies": { "@nx/devkit": "22.5.4", "@nx/jest": "22.5.4", "@nx/js": "22.5.4", "@nx/eslint": "22.5.4", "@nx/react": "22.5.4", "semver": "^7.6.3", "tslib": "^2.3.0" }, "devDependencies": { "nx": "22.5.4" }, "peerDependencies": { "detox": "^20.9.0" }, "executors": "./executors.json", "ng-update": { "requirements": {}, "migrations": "./migrations.json" }, "generators": "./generators.json", "publishConfig": { "access": "public" }, "type": "commonjs" }