UNPKG

@startupcraft/react-native-beaconator

Version:
150 lines (149 loc) 3.73 kB
{ "name": "@startupcraft/react-native-beaconator", "version": "0.1.3", "description": "The beacon detection library that actually detects.", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib/commonjs", "lib/module", "lib/typescript", "android/build.gradle", "android/gradle.properties", "android/CMakeLists.txt", "android/src", "ios/**/*.h", "ios/**/*.m", "ios/**/*.mm", "ios/**/*.cpp", "ios/**/*.swift", "ios/Beaconator.xcodeproj/project.pbxproj", "Beaconator.podspec", "README.md" ], "scripts": { "typescript": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"", "prepare": "bob build", "release": "release-it", "example": "yarn --cwd example", "bootstrap": "yarn example && yarn && yarn example pods" }, "keywords": [ "react-native", "ios", "android", "beacons", "iBeacon", "module" ], "repository": "https://github.com/StartupCraft/react-native-beaconator", "author": "Sergey Laptev <sergey@startupcraft.io> (https://github.com/sergeylaptev)", "license": "MIT", "bugs": { "url": "https://github.com/StartupCraft/react-native-beaconator/issues" }, "homepage": "https://github.com/StartupCraft/react-native-beaconator", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@babel/eslint-parser": "7.18.2", "@commitlint/config-conventional": "17.0.2", "@react-native-community/eslint-config": "3.0.2", "@release-it/conventional-changelog": "5.0.0", "@types/react": "17.0.2", "@types/react-native": "0.68.0", "eslint": "8.4.1", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-prettier": "^4.2.1", "pod-install": "^0.1.38", "prettier": "2.0.5", "react": "17.0.2", "react-native": "0.68.2", "react-native-builder-bob": "0.18.3", "release-it": "15.0.0", "typescript": "4.5.2" }, "peerDependencies": { "react": "*", "react-native": "*" }, "prettier": { "bracketSpacing": true, "bracketSameLine": true, "singleQuote": true, "trailingComma": "all", "semi": true, "tabWidth": 2, "useTabs": false, "printWidth": 140 }, "babel": { "presets": [ "module:metro-react-native-babel-preset" ] }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": { "name": "conventionalcommits", "types": [ { "type": "feat", "section": "✨ Features" }, { "type": "fix", "section": "🐛 Bug Fixes" }, { "type": "perf", "section": "💨 Performance Improvements" }, { "type": "chore(deps)", "section": "🛠️ Dependency Upgrades" }, { "type": "docs", "section": "📚 Documentation" } ] } } } }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.json" } ] ] } }