magically-sdk
Version:
Official SDK for Magically - Build mobile apps with AI
56 lines (55 loc) • 1.26 kB
JSON
{
"name": "magically-sdk",
"version": "1.0.54",
"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-linking": ">=3.0.0",
"expo-secure-store": ">=12.0.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"
}
}