nx/packages-legacy/detox/package.json

39 lines
915 B
JSON

{
"name": "@nrwl/detox",
"version": "0.0.1",
"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"
],
"homepage": "https://nx.dev",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
"directory": "packages-legacy/detox"
},
"license": "MIT",
"author": "Victor Savkin",
"main": "./index",
"types": "index.d.ts",
"dependencies": {
"@nx/detox": "file:../../packages/detox"
},
"builders": "./executors.json",
"schematics": "./generators.json",
"publishConfig": {
"access": "public"
},
"nx-migrations": {
"migrations": "@nx/detox/migrations.json"
}
}