This repository has been archived by the owner on Jul 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
60 lines (60 loc) · 1.52 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@bam.tech/react-native-batch",
"version": "7.0.3",
"description": "React Native integration of Batch.com SDK",
"homepage": "https://bamlab.github.io/react-native-batch-push",
"main": "dist/Batch.js",
"types": "dist/Batch.d.ts",
"repository": {
"type": "git",
"url": "[email protected]:bamlab/react-native-batch-push.git"
},
"authors": [
{
"name": "Louis Lagrange",
"email": "[email protected]",
"url": "https://github.com/Minishlink"
},
{
"name": "Yann Leflour",
"url": "https://github.com/yleflour"
},
{
"name": "Guillaume Piedigrossi",
"url": "https://github.com/Spoutnik97"
}
],
"license": "MIT",
"keywords": [
"react-native",
"batch",
"push",
"notifications"
],
"scripts": {
"test": "jest",
"bump-version": "./scripts/bump-version.sh",
"prepare": "tsc && expo-module prepare",
"postpublish": "yarn doc:deploy",
"doc:generate": "typedoc && touch ./docs/.nojekyll",
"doc:publish": "gh-pages --dotfiles -d docs",
"doc:deploy": "yarn doc:generate && yarn doc:publish"
},
"peerDependencies": {
"react-native": "*"
},
"dependencies": {},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/react": "^17.0.33",
"@types/react-native": "^0.66.1",
"expo-module-scripts": "^2.0.0",
"gh-pages": "^2.0.1",
"jest": "^27.3.1",
"prettier": "^1.14.2",
"react-native": "^0.66.1",
"ts-jest": "^27.0.7",
"typedoc": "^0.22.7",
"typescript": "^4.4.4"
}
}