lepont
Version:
A native <-> browser (webview) bridge library for react-native
54 lines (53 loc) • 1.28 kB
JSON
{
"name": "lepont",
"version": "0.11.4",
"description": "A native <-> browser (webview) bridge library for react-native",
"main": "index.js",
"types": "./types",
"files": [
"index.js",
"browser",
"mock",
"dist",
"types",
"src"
],
"scripts": {
"test": "jest",
"cov": "jest --coverage",
"clean": "rimraf dist types",
"prepublish": "npm run clean && npm run dist",
"fmt": "prettier --write src/*.ts *.json *.js",
"dist": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/kt3k/lepont.git"
},
"keywords": [
"react-native",
"native-bridge"
],
"author": "Yoshiya Hinosawa",
"license": "MIT",
"bugs": {
"url": "https://github.com/kt3k/lepont/issues"
},
"homepage": "https://github.com/kt3k/lepont#readme",
"devDependencies": {
"@testing-library/react": "^9.4.0",
"@testing-library/react-hooks": "^3.2.1",
"@types/jest": "^25.1.3",
"@types/node": "^13.7.4",
"@types/react": "^16.9.21",
"codecov": "^3.6.5",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-test-renderer": "^16.12.0",
"rimraf": "^3.0.2",
"ts-jest": "^25.2.1",
"ts-loader": "^6.2.1",
"typescript": "^3.8.2"
}
}