UNPKG

smartech-base-expo-plugin

Version:

Smartech Base Expo SDK's React Native Plugin For React Native Projects.

48 lines 1.28 kB
{ "name": "smartech-base-expo-plugin", "version": "2.0.8", "main": "build/index.js", "types": "build/index.d.ts", "description": "Smartech Base Expo SDK's React Native Plugin For React Native Projects.", "scripts": { "clean": "rm -rf build", "build": "tsc", "prepare": "npm run clean && npm run build", "pack": "npm run prepare && npm pack", "releasePlugin": "npm run prepare && npm publish" }, "keywords": [ "smartech", "netcore", "push", "notification", "push notification", "apns", "fcm", "messaging", "ios", "android", "expo" ], "repository": "https://github.com/NetcoreSolutions/Smartech-ReactNative-Expo", "author": "Netcore Solutions", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "license": "ISC", "bugs": { "url": "https://github.com/NetcoreSolutions/Smartech-ReactNative-Expo/issues" }, "homepage": "https://github.com/NetcoreSolutions/Smartech-ReactNative-Expo#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@types/node": "^20.14.11", "expo-module-scripts": "^3.5.2", "typescript": "5.3.3" }, "dependencies": { "@expo/config-types": "^51.0.2", "expo": "^51.0.22" } }