-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
36 lines (36 loc) · 835 Bytes
/
package.json
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
36
{
"name": "react-native-coreml",
"version": "1.3.1",
"peerDependencies": {
"react-native-swift": "^1.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bridge": "react-native-swift-bridge",
"watch": "react-native-swift-bridge --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/rhdeck/react-native-coreml.git"
},
"author": {
"name": "Ray Deck",
"email": "[email protected]",
"url": "https://github.com/rhdeck"
},
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@raydeck/xcode": "^2.2.0",
"@types/react-native": "^0.57.17",
"react-native": "*",
"react-native-swift-bridge": "^2.5.1"
},
"rnpm": {
"plugin": "plugin.js"
},
"dependencies": {
"glob": "^7.1.3",
"request": "^2.88.0"
}
}