forked from orbitdb/orbit-db-types
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 945 Bytes
/
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
{
"name": "@orbitdb/core-types",
"version": "1.0.0",
"description": "Official typings for OrbitDB",
"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": {
"test": "pnpm tsc -p tsconfig.json",
"release": "pnpm test && pnpm publish --access public"
},
"devDependencies": {
"@libp2p/interface": "^2.2.1",
"@orbitdb/core": "^2.4.3",
"@types/elliptic": "^6.4.18",
"@types/events": "^3.0.3",
"helia": "^5.1.1",
"tiny-typed-emitter": "^2.1.0",
"typescript": "^5.7.2"
}
}