-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.31 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.31 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "@sprig-technologies/analytics-react-native-plugin-sprig",
"version": "0.9.0",
"description": "The hassle-free way to add Segment analytics Sprig plugin to your React-Native app.",
"main": "lib/commonjs/index.js",
"scripts": {
"build": "bob build",
"test": "jest",
"typescript": "tsc --noEmit",
"clean": "rimraf lib node_modules",
"release": "semantic-release",
"prepare": "bob build"
},
"keywords": [
"segment",
"react-native",
"ios",
"android"
],
"module": "lib/module/index.js",
"types": "lib/typescript/src/index.d.ts",
"react-native": "src/index.ts",
"source": "src/index",
"files": [
"src",
"lib",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"android",
"ios",
"cpp",
"segment-analytics-react-native.podspec",
"package.json",
"!src/**/*.e2e.mock.js"
],
"author": "Sprig Technologies <dev@sprig.com> (https://sprig.com/)",
"license": "see LICENSE",
"bugs": {
"url": "https://github.com/UserLeap/analytics-react-native-plugin-sprig/issues"
},
"homepage": "https://github.com/UserLeap/analytics-react-native-plugin-sprig#readme",
"peerDependencies": {
"@segment/analytics-react-native": "*",
"react-native": ">=0.85.0",
"react-native-get-random-values": ">=1.11.0"
},
"dependencies": {
"@segment/analytics-react-native": "^2.22.0",
"react-native-userleap": "^4.1.0"
},
"devDependencies": {
"@react-native-community/cli": "latest",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.4",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/jest": "^27.0.3",
"conventional-changelog-conventionalcommits": "^5.0.0",
"react-native-builder-bob": "^0.18.3",
"rimraf": "^3.0.2",
"semantic-release": "^19.0.3",
"semantic-release-monorepo": "^7.0.5",
"ts-jest": "^27.0.7",
"typescript": "^5.3.3",
"react-native": "0.85.0"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
"typescript"
]
},
"engines": {
"node": ">=12"
},
"eslintIgnore": [
"node_modules/",
"lib/"
]
}