UNPKG

@connectedbits/react-native-sensitive-info

Version:

react-native-sensitive-info manages all data stored in Android Shared Preferences and iOS Keychain. You can set, get and delete keys/values using simple methods.

71 lines (70 loc) 2.23 kB
{ "name": "@connectedbits/react-native-sensitive-info", "version": "6.0.0-alpha.14", "main": "build/index.js", "module": "build/index.es.js", "jsnext:main": "build/index.es.js", "types": "index.d.ts", "description": "react-native-sensitive-info manages all data stored in Android Shared Preferences and iOS Keychain. You can set, get and delete keys/values using simple methods.", "scripts": { "build": "rimraf -rf build && rollup -c", "prepublishOnly": "yarn build", "localPublish": "yalc publish && cd example && yalc add react-native-sensitive-info --yarn && cd .." }, "author": { "name": "mCodex & ClassApp", "email": "mtw.andrade@gmail.com" }, "contributors": [ "Mateus Andrade mtw.andrade@gmail.com", "Samin Shams <samin@classapp.co>" ], "homepage": "https://mcodex.dev/react-native-sensitive-info/", "bugs": { "url": "https://github.com/mcodex/react-native-sensitive-info/issues" }, "repository": { "type": "git", "url": "git://github.com/mcodex/react-native-sensitive-info.git" }, "keywords": [ "android", "ios", "keychain", "shared-preferences", "react-native", "windows" ], "license": "MIT", "peerDependencies": { "react-native": "*" }, "devDependencies": { "@rollup/plugin-commonjs": "^16.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^10.0.0", "@typescript-eslint/eslint-plugin": "^4.6.1", "@typescript-eslint/parser": "^4.6.1", "eslint": "^7.12.1", "eslint-config-airbnb": "^18.2.0", "eslint-config-prettier": "^6.15.0", "eslint-import-resolver-typescript": "^2.3.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.2.0", "prettier": "^2.1.2", "react": "^17.0.1", "react-native": "^0.62.2", "react-native-windows": "0.63.6", "rollup": "^2.33.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-typescript2": "^0.29.0", "typescript": "^4.0.5", "yalc": "^1.0.0-pre.45" }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }