UNPKG

expo-quanta

Version:

Quanta.js/Expo: Expo SDK for Quanta Tools

70 lines 1.84 kB
{ "name": "expo-quanta", "version": "0.1.0", "description": "Quanta.js/Expo: Expo SDK for Quanta Tools", "type": "module", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.cjs.js", "types": "./dist/index.d.ts" } }, "keywords": [ "analytics", "telemetry", "quanta", "expo", "react-native" ], "author": "Quanta Tools (https://quanta.tools/)", "license": "https://github.com/Quanta-Tools/License", "dependencies": { "expo-application": ">=0", "expo-constants": ">=0", "expo-device": ">=0", "expo-localization": ">=0", "expo-secure-store": ">=0", "react": ">=0", "react-dom": ">=0", "react-native": ">=0", "tslib": ">=0" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@testing-library/react-hooks": "^8.0.1", "@types/jest": "^29.5.14", "@types/node": "^22.14.0", "@types/react": "^19.1.1", "expo-application": "^6.1.1", "expo-constants": "^17.1.1", "expo-device": "^7.1.1", "expo-localization": "^16.1.1", "expo-secure-store": "^14.2.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "react": "^19.1.0", "react-dom": "^19.1.0", "react-native": "^0.79.0", "react-test-renderer": "^19.1.0", "rollup": "^4.39.0", "rollup-plugin-typescript2": "^0.36.0", "ts-jest": "^29.3.2", "tslib": "^2.8.1", "typescript": "^5.8.3" }, "scripts": { "build:web": "rollup -c; node post-build.js", "build": "rollup -c", "types": "tsc --emitDeclarationOnly --outDir dist", "test": "jest" } }