43 lines
849 B
JSON
43 lines
849 B
JSON
{
|
|
"name": "@nrwl/detox",
|
|
"version": "0.0.1",
|
|
"description": "Detox Plugin for Nx",
|
|
"keywords": [
|
|
"Monorepo",
|
|
"React",
|
|
"Web",
|
|
"Native",
|
|
"CLI",
|
|
"Detox"
|
|
],
|
|
"homepage": "https://nx.dev",
|
|
"bugs": {
|
|
"url": "https://github.com/nrwl/nx/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nrwl/nx.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Victor Savkin",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"dependencies": {
|
|
"@nrwl/devkit": "*",
|
|
"@nrwl/jest": "*",
|
|
"@nrwl/linter": "*",
|
|
"@nrwl/react": "*",
|
|
"chalk": "^4.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@nrwl/workspace": "*",
|
|
"detox": "18.18.0"
|
|
},
|
|
"builders": "./executors.json",
|
|
"ng-update": {
|
|
"requirements": {},
|
|
"migrations": "./migrations.json"
|
|
},
|
|
"schematics": "./generators.json"
|
|
}
|