UNPKG

react-native-n-maps

Version:
71 lines (70 loc) 1.72 kB
{ "name": "react-native-n-maps", "version": "1.0.8", "description": "react-native bridge for naver map", "main": "index.js", "author": "ObangGopro", "license": "MIT", "homepage": "https://github.com/giftsets/react-native-n-maps", "scripts": { "start": "react-native start", "test": "jest", "lint": "eslint .", "build": "tsc -p ./tsconfig.json", "deploy": "npm version patch; npm run build; npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/giftsets/react-native-n-maps.git" }, "keywords": [ "react-native", "navermaps", "navermap", "naver", "nmaps", "nmap", "maps", "map" ], "peerDependencies": { "react": "16.8.6", "react-native": "0.60.5" }, "devDependencies": { "@types/react": "^16.8.15", "@types/react-native": "^0.57.51", "@babel/core": "^7.6.0", "@babel/runtime": "^7.6.0", "@react-native-community/eslint-config": "^0.0.5", "react": "16.8.6", "react-native": "0.60.5", "babel-jest": "^24.9.0", "eslint": "^6.3.0", "jest": "^24.9.0", "metro-react-native-babel-preset": "^0.56.0", "react-test-renderer": "16.8.6", "typescript": "^3.4.5" }, "jest": { "preset": "react-native" }, "files": [ "*.js", "*.ts", "*.tsx", "*.json", "ios/reactNativeNMap/**", "ios/reactNativeNMap.xcodeproj/**", "ios/Frameworks/**", "react-native-n-maps.podspec", "android/**" ], "bugs": { "url": "https://github.com/giftsets/react-native-n-maps/issues" }, "directories": { "example": "example" }, "dependencies": {} }