{
  "name": "smartech-base-expo-plugin",
  "version": "3.7.4",
  "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": "rm -f *.tgz && npm run prepare && npm pack",
    "releasePlugin": "rm -f *.tgz && 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": "^4.1.10",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@expo/config-types": "^53.0.5",
    "expo": "^53.0.0"
  }
}