forked from brandingbrand/react-native-leanplum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "@brandingbrand/react-native-leanplum",
"version": "5.1.0",
"author": "Branding Brand LLC",
"bugs": {
"url": "https://github.com/brandingbrand/react-native-leanplum/issues"
},
"description": "React Native bridge for Leanplum iOS and Android SDKs.",
"dependencies": {
"@brandingbrand/fsfoundation": "^0.1.0"
},
"devDependencies": {
"@commitlint/cli": "^13.2.0",
"@commitlint/config-conventional": "^13.2.0",
"@commitlint/travis-cli": "^13.2.0",
"typescript": "^3.0.1"
},
"engines": {
"node": ">=12.0.0"
},
"homepage": "https://github.com/brandingbrand/react-native-leanplum#readme",
"license": "MIT",
"main": "dist/index.js",
"peerDependencies": {
"react-native": ">=0.60.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brandingbrand/react-native-leanplum.git"
},
"scripts": {
"prepare": "./node_modules/.bin/tsc",
"commitmsg": "commitlint -e $GIT_PARAMS",
"test": "echo \"react-native-leanplum tests not yet implemented\""
},
"types": "./typings/index.d.ts",
"resolutions": {
"minimist": "^1.2.5",
"trim-newlines": "^3.0.1"
}
}