UNPKG

@autoiit/simple-storage

Version:
45 lines (44 loc) 1.32 kB
{ "name": "@autoiit/simple-storage", "version": "0.1.3", "description": "My new module", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module", "open:ios": "open -a \"Xcode\" example/ios", "open:android": "open -a \"Android Studio\" example/android" }, "keywords": [ "react-native", "expo", "autoiit", "simple-storage", "SimpleStorage" ], "repository": "https://github.com/futurechallenger/react-native-simple-storage", "bugs": { "url": "https://github.com/futurechallenger/react-native-simple-storage/issues" }, "author": "bruce.li <sharp.bruce.lee@gmail.com> (https://github.com/futurechallenger)", "license": "MIT", "homepage": "https://github.com/futurechallenger/react-native-simple-storage#readme", "dependencies": {}, "devDependencies": { "@types/react": "^18.0.25", "@types/react-native": "^0.70.6", "expo-module-scripts": "^3.0.3", "expo-modules-core": "^1.0.3" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" } }