forked from reseau-constellation/orbit-db-types
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 821 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 821 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
28
29
30
31
32
{
"name": "@constl/orbit-db-types",
"private": false,
"version": "2.0.1",
"description": "Unofficial typings for orbit-db",
"types": "index.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/reseau-constellation/orbit-db-types.git"
},
"keywords": [
"@types",
"typescript",
"orbit-db"
],
"author": "lukas2005; Julien Jean Malard-Adam",
"license": "MIT",
"bugs": {
"url": "https://github.com/reseau-constellation/orbit-db-types/issues"
},
"homepage": "https://github.com/reseau-constellationn/orbit-db-types#readme",
"scripts": {
"publishNPM": "pnpm publish --access public"
},
"devDependencies": {
"@orbitdb/core": "^2.2.0",
"@types/elliptic": "^6.4.18",
"@types/events": "^3.0.3",
"helia": "^4.2.4"
}
}