nx/packages/detox/package.json

44 lines
1.1 KiB
JSON

{
"name": "@nrwl/detox",
"version": "0.0.1",
"description": "The Nx Plugin for Detox that contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.",
"keywords": [
"Monorepo",
"React",
"Web",
"Native",
"CLI",
"Detox"
],
"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": {
"@nrwl/devkit": "file:../devkit",
"@nrwl/jest": "file:../jest",
"@nrwl/linter": "file:../linter",
"@nrwl/react": "file:../react",
"@nrwl/workspace": "file:../workspace",
"chalk": "^4.1.0"
},
"peerDependencies": {
"detox": "^19.6.9"
},
"builders": "./executors.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json"
},
"schematics": "./generators.json"
}