react-native-visual-positioning-system
Version:
React Native bridge for Google's Visual Positioning System
75 lines (74 loc) • 1.93 kB
JSON
{
"name": "react-native-visual-positioning-system",
"version": "1.3.2",
"description": "React Native bridge for Google's Visual Positioning System",
"main": "lib/commonjs/index.node.js",
"module": "lib/module/index.node.js",
"react-native": "src/index.ts",
"source": "src/index.ts",
"types": "lib/typescript/src/index.d.ts",
"files": [
"src",
"android",
"ios",
"lib",
"react-native-visual-positioning-system.podspec",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"keywords": [
"VPS",
"visual",
"positioning",
"system",
"react-native",
"ios",
"android"
],
"repository": "https://github.com/touchpulse/react-native-visual-positioning-system",
"license": "MIT",
"author": "Sjoerd van de Goor <sjoerd@touchpulse.nl> (https://github.com/svdgoor)",
"bugs": {
"url": "https://github.com/touchpulse/react-native-visual-positioning-system/issues"
},
"homepage": "https://github.com/touchpulse/react-native-visual-positioning-system#readme",
"peerDependencies": {
"react": "19.0.0",
"react-native": "0.79.5"
},
"devDependencies": {
"@types/react": "^19.1.1",
"react-native-builder-bob": "^0.40",
"typescript": "^5.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"typescript": "tsc --noEmit",
"prepare": "bob build"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.json"
}
]
]
},
"codegenConfig": {
"name": "VisualPositioningSystemSpec",
"type": "modules",
"jsSrcsDir": "src",
"android": {
"javaPackageName": "com.visualpositioningsystem"
}
}
}