-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 804 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 804 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
{
"name": "micro-analytics-adapter-hyperdb",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "prettier --write --flow-parser --single-quote --print-width 100 **.js",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/micro-analytics/micro-analytics-adapter-hyperdb.git"
},
"author": "Rolf Erik Lekang <me@rolflekang.com>",
"license": "MIT",
"dependencies": {
"hypercore": "^6.3.8",
"hyperdb": "github:mafintosh/hyperdb",
"pify": "^3.0.0",
"random-access-memory": "^2.4.0"
},
"devDependencies": {
"jest": "^20.0.4",
"micro-analytics-cli": "micro-analytics/micro-analytics-cli",
"prettier": "^1.4.1",
"standard-version": "^4.0.0"
}
}