UNPKG

@react-native-firebase/vertexai

Version:

React Native Firebase - Vertex AI is a fully-managed, unified AI development platform for building and using generative AI

91 lines (90 loc) 2.17 kB
{ "name": "@react-native-firebase/vertexai", "version": "23.5.0", "author": "Invertase <oss@invertase.io> (http://invertase.io)", "description": "React Native Firebase - Vertex AI is a fully-managed, unified AI development platform for building and using generative AI", "main": "./dist/commonjs/index.js", "module": "./dist/module/index.js", "types": "./dist/typescript/module/lib/index.d.ts", "scripts": { "build": "genversion --esm --semi lib/version.ts", "build:clean": "rimraf dist", "compile": "bob build", "prepare": "yarn run build && yarn compile" }, "repository": { "type": "git", "url": "https://github.com/invertase/react-native-firebase/tree/main/packages/vertexai" }, "license": "Apache-2.0", "keywords": [ "react", "react-native", "firebase", "vertexai", "gemini", "generative-ai" ], "dependencies": { "@react-native-firebase/ai": "23.5.0", "react-native-fetch-api": "^3.0.0", "text-encoding": "^0.7.0", "web-streams-polyfill": "^4.2.0" }, "peerDependencies": { "@react-native-firebase/app": "23.5.0" }, "publishConfig": { "access": "public", "provenance": true }, "devDependencies": { "@types/text-encoding": "^0.0.40", "react-native-builder-bob": "^0.40.13", "typescript": "^5.9.2" }, "source": "./lib/index.ts", "exports": { ".": { "import": { "types": "./dist/typescript/module/lib/index.d.ts", "default": "./dist/module/index.js" }, "require": { "types": "./dist/typescript/commonjs/lib/index.d.ts", "default": "./dist/commonjs/index.js" } } }, "files": [ "lib", "dist", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "react-native-builder-bob": { "source": "lib", "output": "dist", "targets": [ [ "commonjs", { "esm": true } ], [ "module", { "esm": true } ], "typescript" ] }, "eslintIgnore": [ "node_modules/", "dist/" ], "gitHead": "5d27948f349d4d6c977c55036e2afd13df8d622f" }