-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.19 KB
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
45
{
"name": "corestore",
"version": "7.9.2",
"description": "A Hypercore factory that simplifies managing collections of cores.",
"main": "index.js",
"files": [
"index.js",
"lib/*"
],
"dependencies": {
"b4a": "^1.6.7",
"hypercore": "^11.19.0",
"hypercore-crypto": "^3.4.2",
"hypercore-errors": "^1.4.0",
"hypercore-id-encoding": "^1.3.0",
"ready-resource": "^1.1.1",
"sodium-universal": "^5.0.1",
"which-runtime": "^1.2.1"
},
"devDependencies": {
"brittle": "^3.7.0",
"lunte": "^1.3.0",
"prettier": "^3.6.2",
"prettier-config-holepunch": "^2.0.0",
"rache": "^1.0.0",
"test-tmp": "^1.3.0"
},
"scripts": {
"format": "prettier --write .",
"test": "npm run test:node && npm run test:bare",
"test:bare": "brittle-bare --coverage test/*.js",
"lint": "prettier --check . && lunte",
"test:node": "brittle-node --coverage test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/holepunchto/corestore.git"
},
"author": "Holepunch Inc",
"license": "MIT",
"bugs": {
"url": "https://github.com/holepunchto/corestore/issues"
},
"homepage": "https://github.com/holepunchto/corestore"
}