mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-06 01:23:56 +00:00
Bumps [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) from 50.0.14 to 51.0.14. - [Changelog](https://github.com/expo/expo/blob/main/packages/expo/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo) --- updated-dependencies: - dependency-name: expo dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
61 lines
1.4 KiB
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": "~51.0.14"
|
|
},
|
|
"peerDependencies": {
|
|
"expo": "~51.0.14",
|
|
"react-native": "0.73.6"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"bundle",
|
|
"src/**/*.ts",
|
|
"!**/*.json",
|
|
"CHANGELOG.md",
|
|
"LICENSE",
|
|
"README.md"
|
|
]
|
|
}
|