Files
react-native-webview/package.json
T

43 lines
1.3 KiB
JSON

{
"name": "react-native-webview",
"description": "React Native WebView component for iOS, Android, and Windows 10 (coming soon)",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Jamon Holmgren <jamon@infinite.red>",
"contributors": [
"Thibault Malbranche <malbranche.thibault@gmail.com>"
],
"license": "MIT",
"version": "2.13.0",
"homepage": "https://github.com/react-native-community/react-native-webview#readme",
"scripts": {
"prebuild": "rimraf lib",
"prepare": "npm run build",
"build": "tsc -p tsconfig.base.json && cp ./index.js ./lib/index.js",
"ci:publish": "yarn semantic-release",
"ci:test": "yarn ci:test:build",
"ci:test:build": "yarn build",
"semantic-release": "semantic-release"
},
"peerDependencies": {
"react": "^16.0",
"react-native": "^0.57"
},
"dependencies": {
"escape-string-regexp": "^1.0.5",
"invariant": "^2.2.4"
},
"devDependencies": {
"@semantic-release/git": "7.0.5",
"@types/invariant": "^2.2.29",
"@types/react-native": "^0.57.6",
"rimraf": "^2.6.2",
"semantic-release": "15.10.3",
"typescript": "^3.1.6"
},
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/react-native-webview.git"
}
}