forked from forcedotcom/SalesforceMobileSDK-ReactNative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.76 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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "react-native-force",
"version": "9.1.0",
"description": "Salesforce Mobile SDK JavaScript libraries for React Native",
"keywords": [
"mobilesdk",
"react-native",
"salesforce",
"mobile",
"sdk"
],
"homepage": "https://github.com/forcedotcom/SalesforceMobileSDK-ReactNative",
"bugs": "https://github.com/forcedotcom/SalesforceMobileSDK-ReactNative/issues",
"licenses": [
{
"type": "Salesforce.com Mobile SDK License",
"url": "https://github.com/forcedotcom/SalesforceMobileSDK-ReactNative/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/forcedotcom/SalesforceMobileSDK-ReactNative.git"
},
"engines": {
"node": ">=4"
},
"author": {
"name": "Ivan Bogdanov",
"email": "[email protected]"
},
"contributors": [
{
"name": "Wolfgang Mathurin",
"email": "[email protected]"
},
{
"name": "Bharath Hariharan",
"email": "[email protected]"
},
{
"name": "Jean-Philippe Monette",
"email": "[email protected]"
}
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --build",
"postinstall": "yarn build",
"prepublish": "npm run build"
},
"peerDependencies": {
"react-native": "0.63.4"
},
"dependencies": {
"react-native-timer": "^1.3.6"
},
"files": [
"tsconfig.json",
"src/**/*",
"ios/SalesforceReact/**/*",
"SalesforceReact.podspec"
],
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/react-native": "^0.63.37",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint": "^7.15.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.2"
}
}