UNPKG

@dataql/react-native

Version:

DataQL React Native SDK with offline-first capabilities and clean API

78 lines (77 loc) 1.86 kB
{ "name": "@dataql/react-native", "version": "0.5.0", "description": "DataQL React Native SDK with offline-first capabilities and clean API", "publishConfig": { "access": "public" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest --passWithNoTests", "prepare": "npm run build", "prepublishOnly": "npm test", "lint": "eslint 'src/**/*.ts'", "dev": "tsc --watch" }, "keywords": [ "dataql", "react-native", "expo", "sqlite", "offline-first", "sync" ], "author": "", "license": "MIT", "peerDependencies": { "expo-sqlite": ">=15.0.0", "react": ">=16.8.0", "react-native": ">=0.60.0" }, "peerDependenciesMeta": { "react": { "optional": true }, "react-native": { "optional": true }, "expo-sqlite": { "optional": true } }, "devDependencies": { "@types/jest": "^29.5.3", "@types/node": "^20.4.5", "@types/react": "^18.2.0", "@types/react-native": "^0.73.0", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "babel-plugin-inline-import": "^3.0.0", "drizzle-kit": "^0.31.1", "drizzle-orm": "^0.44.2", "eslint": "^8.56.0", "expo-sqlite": "^15.2.12", "jest": "^29.6.2", "react": "^18.2.0", "react-native": "^0.73.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.2", "typescript": "^5.1.6" }, "dependencies": { "@dataql/core": "^0.8.0", "uuid": "^11.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/Andrejs1979/dataql.git", "directory": "packages/react-native" }, "bugs": { "url": "https://github.com/Andrejs1979/dataql/issues" }, "homepage": "https://github.com/Andrejs1979/dataql#readme" }