forked from Synerise/react-native-synerise-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "react-native-synerise-sdk",
"version": "0.9.14",
"description": "React Native wrapper for Synerise SDK",
"author": {
"name": "Synerise",
"email": "developer@synerise.com",
"url": "https://github.com/Synerise"
},
"keywords": [
"synerise",
"react-native",
"ios",
"android"
],
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
".npmignore",
"react-native-synerise-sdk.podspec",
"lib/**/*",
"ios/ReactNativeSynerise/**/*",
"ios/ReactNativeSynerise/ReactNativeSynerise.xcodeproj",
"ios/ReactNativeSynerise/react-native-synerise-sdk.podspec",
"android/src/**/*",
"android/build.gradle"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Synerise/react-native-synerise.git"
},
"devDependencies": {
"prettier": "^1.18.2",
"typescript": "^3.6.4"
}
}