-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.3 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
{
"name": "@nayya/braze-expo-plugin",
"engines": {
"npm": "please-use-yarn",
"yarn": ">= 1.22.5",
"node": ">= 14.17.0"
},
"version": "0.1.11",
"description": "Expo config plugin for the Braze React Native SDK",
"main": "app.plugin.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Nayya-com/braze-expo-plugin.git"
},
"author": "Nayya",
"license": "MIT",
"scripts": {
"copy-nse": "cp -r src/ios/BrazeNotificationServiceExtension build/BrazeNotificationServiceExtension",
"build": "tsc && yarn copy-nse",
"build:watch": "yarn build && tsc --watch",
"clean": "rm -rf build",
"expo-module": "expo-module",
"lint": "eslint .",
"tc": "tsc --noEmit",
"prepare": "yarn clean && yarn build",
"prepublishOnly": "yarn tc && yarn lint"
},
"devDependencies": {
"@expo/config-plugins": "^4.1.4",
"@expo/config-types": "^44.0.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"expo-module-scripts": "^2.0.0",
"prettier": "^2.6.2",
"typescript": "^4.6.4",
"xcode": "^3.0.1"
},
"dependencies": {
"@expo/image-utils": "^0.3.22",
"fs": "^0.0.1-security"
}
}