expo-storage-universal-native
Version:
Native implementation of expo-storage-universal
50 lines (49 loc) • 1.19 kB
JSON
{
"name": "expo-storage-universal-native",
"version": "0.3.8",
"description": "Native implementation of expo-storage-universal",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "npm run typecheck && vite build",
"test": "vitest --run",
"test:coverage": "vitest run --coverage",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm test && npm run build"
},
"keywords": [
"expo",
"storage",
"internet computer",
"icp",
"universal",
"native"
],
"author": "Yasuo Higa <higayasuo@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.11.24",
"@vitest/coverage-v8": "^1.3.1",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vite-plugin-dts": "^3.7.3",
"vitest": "^1.3.1"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "*",
"expo-secure-store": "*",
"expo-storage-universal": "^0.3.8"
}
}