UNPKG

react-native-unity2

Version:
36 lines (35 loc) 871 B
{ "name": "react-native-unity2", "version": "1.4.3", "description": "Embed Unity content in your React Native app!", "main": "index.ts", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "typescript", "react-native", "unity", "android", "ios" ], "repository": { "type": "git", "url": "git+https://github.com/fusetools/react-native-unity2.git" }, "homepage": "https://github.com/fusetools/react-native-unity2#README", "author": "Fusetools AS (https://fuse.no)", "license": "MIT", "peerDependencies": { "react-native": ">=0.64.1" }, "devDependencies": { "@react-native/typescript-config": "0.75.3", "react-native": "0.75.3", "typescript": "5.0.4" }, "bugs": { "url": "https://github.com/fusetools/react-native-unity2/issues" } }