-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.87 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@amplytools/react-native-amply-sdk",
"version": "0.5.7",
"description": "React Native SDK for Amply: Mobile SDK to orchestrate in-app experiences and campaigns remotely, without app releases",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/amply-tools/amply-react-native.git"
},
"homepage": "https://github.com/amply-tools/amply-react-native#readme",
"bugs": {
"url": "https://github.com/amply-tools/amply-react-native/issues"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/src/index.d.ts",
"react-native": "src/index.ts",
"source": "src/index.ts",
"files": [
"android/",
"ios/",
"dist/",
"src/",
"plugin/",
"scripts/",
"AmplyReactNative.podspec",
"react-native.config.js",
"app.plugin.js",
"README.md",
"docs/"
],
"scripts": {
"build": "expo-module build",
"build:plugin": "expo-module build plugin",
"clean": "expo-module clean",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly"
},
"peerDependencies": {
"expo": ">=54.0.0",
"react": ">=18.2.0",
"react-native": ">=0.79.0"
},
"devDependencies": {
"@babel/core": "^7.28.6",
"@babel/preset-flow": "^7.27.1",
"@react-native/codegen": "0.81.4",
"@react-native/eslint-config": "^0.74.81",
"@react-native/typescript-config": "0.81.0",
"@types/jest": "^29.5.11",
"@types/node": "^25.0.3",
"@types/react": "^19.1.1",
"@types/react-native": "^0.73.0",
"eslint": "^8.56.0",
"expo": "^54.0.0",
"expo-module-scripts": "^3.5.0",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.77.0",
"typescript": "^5.4.0"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"expo": {
"plugin": "./app.plugin.js"
}
}