-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.62 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
{
"name": "expo-datadog",
"version": "57.0.0",
"description": "A client-side Expo module to interact with Datadog",
"main": "build/index.js",
"scripts": {
"build": "expo-module build",
"build-ci": "expo-module prepublishOnly",
"clean": "expo-module clean",
"check-licenses": "node bin/check-licenses.js",
"test": "expo-module test",
"lint": "eslint .",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"homepage": "https://github.com/DataDog/expo-datadog",
"repository": "https://github.com/DataDog/expo-datadog",
"bugs": {
"url": "https://github.com/DataDog/expo-datadog/issues"
},
"files": [
"src",
"build",
"app.plugin.js"
],
"author": "Datadog (https://github.com/DataDog)",
"license": "Apache-2.0",
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.29.0",
"@babel/runtime": "^7.29.2",
"@datadog/mobile-react-native": "latest",
"@types/jest": "26.0.24",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"@typescript-eslint/typescript-estree": "8.56.1",
"eslint": "^8.57.1",
"expo-module-scripts": "^5.0.8",
"jest": "^29.7.0",
"prettier": "^2.8.8"
},
"peerDependencies": {
"@datadog/mobile-react-native": ">=2.0.0",
"expo": "57.x"
},
"packageManager": "yarn@3.6.1",
"resolutions": {
"json5": "^1.0.2",
"tar": "^7.5.19",
"cacache/glob": "^10.5.0",
"js-yaml": "^4.3.0",
"brace-expansion": "^2.0.3",
"minimatch": "^3.1.5",
"picomatch": "^4.0.5",
"semver": "^5.7.2"
}
}