-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 721 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 721 Bytes
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
{
"name": "@types/orbit-db",
"version": "1.0.1",
"description": "Unofficial typings for orbit-db",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/lukas2005/orbit-db-types.git"
},
"keywords": [
"@types",
"typescript",
"orbit-db"
],
"author": "lukas2005",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukas2005/orbit-db-types/issues"
},
"homepage": "https://github.com/lukas2005/orbit-db-types#readme",
"dependencies": {
"@types/elliptic": "^6.4.6",
"@types/events": "^1.2.0",
"@types/ipfs": "git+https://github.com/lukas2005/types-ipfs.git",
"orbit-db": "git+https://github.com/orbitdb/orbit-db.git"
}
}