UNPKG

655 BJSONView Raw
1{
2 "name": "react-native-ssb-client",
3 "version": "4.0.0",
4 "description": "Secure Scuttlebutt client-side API for React Native apps",
5 "main": "lib/index.js",
6 "typings": "lib/index.d.ts",
7 "homepage": "https://github.com/ssbc/react-native-ssb-client",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/ssbc/react-native-ssb-client"
11 },
12 "scripts": {
13 "compile": "tsc",
14 "prepublishOnly": "npm run compile"
15 },
16 "author": "Andre Staltz",
17 "license": "MIT",
18 "devDependencies": {
19 "@types/node": "^8.0.9",
20 "typescript": "2.4.x"
21 },
22 "dependencies": {
23 "ssb-client": "4.5.x",
24 "ssb-config": "2.2.x"
25 }
26}