-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
{
"name": "ssb-lan",
"description": "SSB plugin for discovery of other peers in the same LAN",
"version": "1.2.3",
"homepage": "https://github.com/staltz/ssb-lan",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/*",
"*.js"
],
"repository": {
"type": "git",
"url": "git://github.com/staltz/ssb-lan.git"
},
"dependencies": {
"debug": "^4.3.1",
"dgram-broadcast": "^1.0.0",
"non-private-ip": "^2.1.0",
"ip": "^1.1.5",
"pull-notify": "~0.1.2",
"secret-stack-decorators": "~1.1.0",
"ssb-keys": "^8.0.2",
"ssb-ref": "^2.14.3"
},
"peerDependencies": {
"secret-stack": ">=6.2.0"
},
"devDependencies": {
"@types/node": "^13.1.8",
"pull-stream": "^3.6.14",
"ssb-server": "~15.2.0",
"tap-spec": "^5.0.0",
"tape": "^5.4.1",
"typescript": "4.5.5"
},
"scripts": {
"typescript": "tsc",
"tape": "tape test/*.js | tap-spec",
"test": "npm run typescript && npm run tape"
},
"author": "Andre Staltz <contact@staltz.com> (http://staltz.com)",
"license": "MIT"
}