UNPKG

fpt-akainsights-react-native

Version:

React Native Plugin for the akaInsights Javascript SDK

82 lines (81 loc) 2.2 kB
{ "name": "fpt-akainsights-react-native", "version": "0.0.10", "description": "React Native Plugin for the akaInsights Javascript SDK", "main": "./dist/index.js", "types": "./dist/index.d.ts", "private": false, "scripts": { "build": "rimraf dist && tsc", "link": "react-native link", "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint ." }, "keywords": [ "aka", "insights", "akainsights", "async-storage", "axios", "react", "native", "react-native", "netinfo", "typescript", "geolocation", "device-info" ], "author": "thanghq5 <thanghq5@fsoft.com.vn>", "license": "MIT", "dependencies": { "@react-native-community/async-storage": "^1.11.0", "@react-native-community/geolocation": "^2.0.2", "@react-native-community/netinfo": "^5.9.2", "axios": "^0.19.2", "babel-loader": "^8.1.0", "react": "16.11.0", "react-native": "0.62.2", "react-native-device-info": "^5.6.1", "rimraf": "^3.0.2" }, "devDependencies": { "@babel/core": "^7.10.2", "@babel/runtime": "^7.10.2", "@react-native-community/eslint-config": "^2.0.0", "@types/jest": "^26.0.0", "@types/node": "^14.0.13", "@types/react": "^16.9.36", "@types/react-native": "^0.62.13", "@types/react-test-renderer": "^16.9.2", "babel-jest": "^26.0.1", "eslint": "^7.2.0", "jest": "^26.0.1", "metro-react-native-babel-preset": "^0.59.0", "react-native-typescript-transformer": "^1.2.13", "react-test-renderer": "16.11.0", "ts-jest": "^26.1.0", "ts-node": "^8.10.2", "typescript": "^3.9.5" }, "jest": { "preset": "react-native", "moduleFileExtensions": [ "ts", "tsx", "js" ], "transform": { "^.+\\.(js)$": "<rootDir>/node_modules/babel-jest", "\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js" }, "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", "testPathIgnorePatterns": [ "\\.snap$", "<rootDir>/node_modules/" ], "cacheDirectory": ".jest/cache" } }