|
| 1 | +{ |
| 2 | + "name": "@react-native-async-storage/expo-plugin", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Asynchronous, persistent, key-value storage system for React Native.", |
| 5 | + "main": "build/index.js", |
| 6 | + "types": "build/index.d.ts", |
| 7 | + "files": [ |
| 8 | + "build/", |
| 9 | + "src/", |
| 10 | + "app.plugin.js" |
| 11 | + ], |
| 12 | + "author": "Two Doors Dev <[email protected]>", |
| 13 | + "contributors": [ |
| 14 | + "Hassan Khan <[email protected]> (https://github.com/hassankhan)", |
| 15 | + "Bill Spooner <[email protected]> (https://github.com/sandyklark)" |
| 16 | + ], |
| 17 | + "homepage": "https://github.com/react-native-async-storage/async-storage#readme", |
| 18 | + "license": "MIT", |
| 19 | + "keywords": [ |
| 20 | + "react-native", |
| 21 | + "react native", |
| 22 | + "async storage", |
| 23 | + "asyncstorage", |
| 24 | + "storage", |
| 25 | + "expo", |
| 26 | + "expo config plugin" |
| 27 | + ], |
| 28 | + "repository": { |
| 29 | + "type": "git", |
| 30 | + "url": "https://github.com/react-native-async-storage/async-storage.git", |
| 31 | + "directory": "packages/default-storage-expo-plugin" |
| 32 | + }, |
| 33 | + "scripts": { |
| 34 | + "prepack": "yarn build", |
| 35 | + "prepare": "expo-module prepare", |
| 36 | + "prepublishOnly": "expo-module prepublishOnly", |
| 37 | + "build": "CI=true expo-module build", |
| 38 | + "clean": "expo-module clean", |
| 39 | + "lint": "expo-module lint", |
| 40 | + "test:ts": "yarn build --noEmit", |
| 41 | + "test:lint": "yarn lint" |
| 42 | + }, |
| 43 | + "devDependencies": { |
| 44 | + "@expo/config-plugins": "^8.0.8", |
| 45 | + "eslint": "^8.56.0", |
| 46 | + "eslint-plugin-prettier": "^5.2.1", |
| 47 | + "expo-module-scripts": "^3.5.2", |
| 48 | + "prettier": "^3.3.3" |
| 49 | + }, |
| 50 | + "peerDependencies": { |
| 51 | + "expo": "^51" |
| 52 | + }, |
| 53 | + "upstreamPackage": "@react-native-async-storage/async-storage" |
| 54 | +} |
0 commit comments