mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary:
Minor fix to package.json which newer version of npm warn about when publishing, after running `npm pkg fix -ws` on the workspace.
{F1470070110}
## Changelog: [Internal] npm pkg fix -ws
Pull Request resolved: https://github.com/facebook/react-native/pull/43519
Test Plan: eyescloseddog
Reviewed By: cortinico
Differential Revision: D55012872
Pulled By: blakef
fbshipit-source-id: ff3c63a3eefaf56d369219a3d4b32d44d6d842c9
26 lines
729 B
JSON
26 lines
729 B
JSON
{
|
|
"name": "@react-native/tester-e2e",
|
|
"private": true,
|
|
"version": "0.75.0-main",
|
|
"license": "MIT",
|
|
"description": "React Native E2E tester app.",
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/rn-tester-e2e",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/facebook/react-native.git",
|
|
"directory": "packages/rn-tester-e2e"
|
|
},
|
|
"scripts": {
|
|
"test-e2e": "node scripts/e2e/run-e2e-tests.js"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.20.0",
|
|
"@babel/preset-env": "^7.20.0",
|
|
"@types/jest": "^29.5.3",
|
|
"eslint": "^8.19.0",
|
|
"jest": "^29.6.3",
|
|
"webdriverio": "^7.32.0"
|
|
}
|
|
}
|