UNPKG

magically-sdk

Version:

Official SDK for Magically - Build mobile apps with AI

54 lines (53 loc) 1.19 kB
{ "name": "magically-sdk", "version": "1.0.38", "description": "Official SDK for Magically - Build mobile apps with AI", "main": "index.js", "types": "index.d.ts", "files": [ "*.js", "*.ts", "*.d.ts", "README.md" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "prepublishOnly": "yarn build", "postpublish": "node sync-version.js" }, "keywords": [ "magically", "mobile", "react-native", "ai", "sdk", "llm", "expo", "vibe code" ], "author": "Magically Team", "license": "MIT", "homepage": "https://trymagically.com", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "peerDependencies": { "@react-native-async-storage/async-storage": ">=1.17.0", "expo-web-browser": ">=12.0.0", "react": ">=18.0.0", "react-native": ">=0.70.0" }, "dependencies": {}, "devDependencies": { "@types/jest": "^30.0.0", "@types/react": "^18.0.0", "@types/react-native": "^0.72.0", "jest": "^30.0.5", "ts-jest": "^29.4.1", "typescript": "^5.0.0" } }