react-native-screenshot-test
Version:
Screenshot testing tool for react-native apps
68 lines (67 loc) • 1.96 kB
JSON
{
"name": "react-native-screenshot-test",
"version": "0.0.8",
"description": "Screenshot testing tool for react-native apps",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"build": "rm -rf ./dist && tsc -p . && ./build.sh"
},
"repository": "https://github.com/Abhinandan-Kushwaha/react-native-screenshot-test",
"author": "Abhinandan Kushwaha <kushabhi5@gmail.com> (https://github.com/Abhinandan-Kushwaha)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Abhinandan-Kushwaha/react-native-screenshot-test/issues"
},
"homepage": "https://github.com/Abhinandan-Kushwaha/react-native-screenshot-test",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"screenshot-test-server": "^0.0.10"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.75.3",
"@react-native/eslint-config": "0.75.3",
"@react-native/metro-config": "0.75.3",
"@react-native/typescript-config": "0.75.3",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "18.3.1",
"typescript": "5.0.4"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-fs": "*",
"react-native-view-shot": "*"
},
"engines": {
"node": ">=18"
},
"keywords": [
"react-native-screenshot-test",
"react-native-screenshot-testing",
"screenshot-testing",
"screenshot-test",
"react-native-snapshot-test",
"react-native-snapshot-testing",
"snapshot-testing",
"snapshot-test",
"react-native-test"
]
}