react-native-event
Version:
React context for subscribing to all react native interaction events
64 lines (63 loc) • 1.59 kB
JSON
{
"name": "react-native-event",
"version": "1.0.10",
"description": "React context for subscribing to all react native interaction events",
"keywords": [
"react-native",
"react",
"native",
"outside",
"press",
"touch",
"typescript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kmalakoff/react-native-event.git"
},
"license": "MIT",
"author": "Kevin Malakoff <kmalakoff@gmail.com> (https://github.com/kmalakoff)",
"type": "module",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"./package.json": "./package.json"
},
"main": "dist/cjs/index.js",
"source": "src/index.ts",
"types": "dist/cjs/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsds build",
"docs": "tsds docs",
"format": "tsds format",
"prepublishOnly": "tsds validate",
"test": "tsds test:browser --config wtr.config.mjs",
"test:engines": "tsds test:browser --config wtr.config.mjs",
"version": "tsds version"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^25.0.1",
"@types/react": "^19.2.7",
"@web/dev-server-import-maps": "^0.2.1",
"node-version-use": "^2.1.6",
"react": "^19.2.3",
"react-native": "^0.83.0",
"react-test-renderer": "^19.2.3",
"ts-dev-stack": "^1.21.3",
"tsds-config": "^0.2.1",
"tsds-web-test-runner": "^1.19.4"
},
"peerDependencies": {
"react": "^19.2.1",
"react-native": "^0.83.0"
},
"engines": {
"node": ">=16"
}
}