js-waku/packages/react-native-polyfills/package.json

61 lines
1.4 KiB
JSON

{
"name": "@waku/react-native-polyfills",
"version": "0.0.1",
"description": "Set of polyfills for Waku for React Native environment",
"module": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./metro": "./dist/metro.js"
},
"type": "module",
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/react-native-polyfills#readme",
"repository": {
"type": "git",
"url": "https://github.com/waku-org/js-waku.git"
},
"bugs": {
"url": "https://github.com/waku-org/js-waku/issues"
},
"license": "MIT OR Apache-2.0",
"keywords": [
"waku",
"decentralised",
"communication",
"web3",
"ethereum",
"dapps"
],
"scripts": {
"build": "run-s build:**",
"build:esm": "tsc",
"check": "run-s check:*",
"check:tsc": "tsc -p tsconfig.dev.json",
"check:spelling": "cspell \"{README.md,src/**/*.ts}\"",
"prepublish": "npm run build"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"event-target-polyfill": "^0.0.4",
"react-native-url-polyfill": "^2.0.0",
"text-encoding-polyfill": "^0.6.7"
},
"devDependencies": {
"expo": "~50.0.13"
},
"peerDependencies": {
"expo": "~50.0.13",
"react-native": "0.73.6"
},
"files": [
"dist",
"bundle",
"src/**/*.ts",
"!**/*.json",
"CHANGELOG.md",
"LICENSE",
"README.md"
]
}