-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.34 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@nativescript-community/expo-nativescript-adapter",
"version": "1.0.0",
"description": "Nativescript Expo Unimodules adapter plugin.",
"main": "index.js",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "7.0.6",
"android": "7.0.1"
},
"hooks": [
{
"type": "after-prepare",
"script": "hooks/after-prepare.js",
"inject": true
}
]
},
"scripts": {
"postinstall": "node hooks/postinstall.js",
"preuninstall": "node hooks/preuninstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nativescript-community/expo-nativescript.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"iOS",
"Android"
],
"peerDependencies": {
"@unimodules/core": "^5.5.1"
},
"author": {
"name": "Jamie Birch",
"email": "14055146+shirakaba@users.noreply.github.com"
},
"bugs": {
"url": "https://github.com/nativescript-community/expo-nativescript"
},
"license": "MIT",
"homepage": "https://github.com/nativescript-community/expo-nativescript/README.md",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}