-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 871 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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"
}
}