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.

50 lines 1.13 kB
{ "name": "@nx/detox", "version": "21.2.2", "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", "types": "index.d.ts", "dependencies": { "@nx/devkit": "21.2.2", "@nx/jest": "21.2.2", "@nx/js": "21.2.2", "@nx/eslint": "21.2.2", "@nx/react": "21.2.2", "tslib": "^2.3.0" }, "peerDependencies": { "detox": "^20.9.0" }, "executors": "./executors.json", "ng-update": { "requirements": {}, "migrations": "./migrations.json" }, "generators": "./generators.json", "publishConfig": { "access": "public" }, "type": "commonjs" }