-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 901 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 901 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
{
"name": "github-keyvalue",
"version": "1.0.1",
"main": "index.js",
"description": "An opensource db backed by Github / Octkit. Store and manage data with json format in repo with dedicate branch. It's quite convinent for CI/CD that you can just record and manage your data in github repo with github actions.",
"repository": "git@github.com:xrdavies/github-keyvalue.git",
"keywords": [
"github",
"db",
"octkit",
"kv",
"github-kv",
"github-keyvalue",
"keyvalue",
"keyvalue database",
"github-actions"
],
"author": "Frozen <xrdavies@gmail.com>",
"license": "MIT",
"private": false,
"type": "module",
"homepage": "https://github.com/xrdavies/github-keyvalue",
"dependencies": {
"@octokit/rest": "^18.12.0",
"d3-queue": "^3.0.7",
"dotenv": "^16.0.0",
"hat": "^0.0.3",
"js-base64": "^3.7.2",
"octokit": "^1.7.1"
}
}