UNPKG

react-native-nitro-keyevent

Version:

react-native-nitro-keyevent is a react native package built with Nitro

120 lines (119 loc) 3.05 kB
{ "name": "react-native-nitro-keyevent", "version": "0.0.6", "description": "react-native-nitro-keyevent is a react native package built with Nitro", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "react-native.config.js", "lib", "nitrogen", "android/build.gradle", "android/gradle.properties", "android/fix-prefab.gradle", "android/CMakeLists.txt", "android/src", "ios/**/*.h", "ios/**/*.m", "ios/**/*.mm", "ios/**/*.cpp", "ios/**/*.swift", "app.plugin.js", "nitro.json", "*.podspec", "README.md" ], "scripts": { "postinstall": "tsc || exit 0;", "typecheck": "tsc --noEmit", "clean": "rm -rf android/build node_modules/**/android/build lib", "lint": "eslint \"**/*.{js,ts,tsx}\" --fix", "lint-ci": "eslint \"**/*.{js,ts,tsx}\" -f @jamesacarr/github-actions", "typescript": "tsc", "specs": "typescript && nitro-codegen --logLevel=\"debug\"", "nitrogen": "nitro-codegen" }, "keywords": [ "react-native", "nitro", "react-native-nitro-keyevent", "keyevent", "keyboard", "external", "android", "module", "remote", "react-native-tvos", "androidtv" ], "repository": { "type": "git", "url": "git+https://github.com/tconns/react-native-nitro-keyevent.git" }, "author": "Thành Công <thanhcongns94@gmail.com> (https://github.com/tconns)", "license": "MIT", "bugs": { "url": "https://github.com/tconns/react-native-nitro-keyevent/issues" }, "homepage": "https://github.com/tconns/react-native-nitro-keyevent#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@react-native/eslint-config": "0.80.2", "@types/jest": "^29.5.12", "@types/react": "^19.0.6", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "nitro-codegen": "^0.29.3", "prettier": "^3.3.3", "react": "19.1.0", "react-native": "0.80.2", "react-native-nitro-modules": "^0.29.3", "typescript": "^5.5.4" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-nitro-modules": "*" }, "eslintConfig": { "root": true, "extends": [ "@react-native", "prettier" ], "plugins": [ "prettier" ], "rules": { "prettier/prettier": [ "warn", { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false } ] } }, "eslintIgnore": [ "node_modules/", "lib/" ], "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false, "semi": false } }