@nx/detox
Version:
90 lines • 2.02 kB
JSON
{
"name": "@nx/detox",
"version": "23.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",
"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": "./dist/index.js",
"type": "commonjs",
"types": "./dist/index.d.ts",
"files": [
"dist",
"!dist/tsconfig.tsbuildinfo",
"migrations.json",
"executors.json",
"generators.json"
],
"dependencies": {
"semver": "^7.6.3",
"tslib": "^2.3.0",
"@nx/devkit": "23.0.1",
"@nx/jest": "23.0.1",
"@nx/js": "23.0.1",
"@nx/eslint": "23.0.1",
"@nx/react": "23.0.1"
},
"devDependencies": {
"nx": "23.0.1"
},
"peerDependencies": {
"detox": "^20.0.0"
},
"peerDependenciesMeta": {
"detox": {
"optional": true
}
},
"executors": "./executors.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json",
"supportsOptionalMigrations": true
},
"generators": "./generators.json",
"publishConfig": {
"access": "public"
},
"typesVersions": {
"*": {
"plugin": [
"dist/plugin.d.ts"
]
}
},
"exports": {
".": {
"@nx/nx-source": "./index.ts",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json",
"./migrations.json": "./migrations.json",
"./generators.json": "./generators.json",
"./executors.json": "./executors.json",
"./plugin": {
"@nx/nx-source": "./plugin.ts",
"types": "./dist/plugin.d.ts",
"default": "./dist/plugin.js"
}
}
}