This repository was archived by the owner on Aug 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.34 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.34 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
{
"name": "react-native-arnima-sdk",
"version": "0.0.3",
"description": "ARNIMA is an open-source React Native SDK for building Aries Mobile Agents.",
"main": "./src/core",
"homepage": "https://github.com/ayanworks/ARNIMA-reactnative-sdk#readme",
"repository": {
"type": "git",
"url": "https://github.com/ayanworks/ARNIMA-reactnative-sdk"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/runtime": "^7.7.7",
"@react-native-community/eslint-config": "^0.0.6",
"babel-jest": "^24.9.0",
"eslint": "^6.8.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.57.0",
"react-test-renderer": "16.9.0"
},
"author": "AyanWorks Technology Solutions Pvt. Ltd.",
"keywords": [
"React Native",
"Hyperledger Indy",
"Hyperledger Aries",
"Indy",
"Agent",
"Mobile Agent"
],
"license": "Apache-2.0",
"peerDependencies": {
"react": "*",
"react-native": "*",
"realm": "*",
"socket.io-client": "*",
"uuid": "*",
"base64url": "*",
"@types/node": "*",
"react-native-event-listeners": "*",
"events": "*"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"bugs": {
"url": "https://github.com/ayanworks/ARNIMA-reactnative-sdk/issues"
}
}