amplifyquery
Version:
68 lines (67 loc) • 1.86 kB
JSON
{
"name": "amplifyquery",
"version": "1.0.11",
"description": "Amplify+Query",
"keywords": [
"Amplify",
"React Query",
"TypeScript"
],
"homepage": "https://github.com/Sun-Woo-Kim/AmplifyQuery#readme",
"bugs": {
"url": "https://github.com/Sun-Woo-Kim/AmplifyQuery/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sun-Woo-Kim/AmplifyQuery.git"
},
"license": "MIT",
"author": "Sun-Woo-Kim",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"dev": "expo-module build --watch",
"lint": "expo-module lint",
"typecheck": "expo-module typecheck",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"test": "expo-module test"
},
"devDependencies": {
"@aws-amplify/api": "^6.3.11",
"@aws-amplify/core": "^6.11.4",
"@aws-amplify/datastore": "^5.0.82",
"@babel/core": "^7.27.1",
"@react-native-async-storage/async-storage": "^2.1.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@tanstack/react-query": "^5.76.1",
"@tanstack/react-query-persist-client": "^5.76.1",
"@types/react": "^19.1.4",
"amplify": "^0.0.11",
"aws-amplify": "^6.14.4",
"expo": "^53.0.9",
"expo-crypto": "^14.1.4",
"expo-file-system": "^18.1.10",
"expo-module-scripts": "^4.1.7",
"react": "^19.1.0",
"react-native": "^0.79.2",
"react-native-mmkv": "^3.2.0",
"semantic-release": "^24.2.5",
"typescript": "^5.8.3",
"zustand": "^5.0.4"
},
"peerDependencies": {
"expo": ">=49",
"react": ">=19.1.0",
"react-native": ">=0.79.2",
"react-native-mmkv": "^3.2.0",
"zustand": "^5.0.4"
}
}