-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1021 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1021 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "github-storage",
"version": "0.0.8",
"description": "A lightweight TypeScript library that lets you use a GitHub repository as a simple file database.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [
"github-api",
"github-storage",
"github-database",
"file-storage",
"cloud-storage",
"octokit",
"free-storage",
"data-storage",
"lightweight-storage",
"simple-database"
],
"author": "56duong",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/56duong/github-storage"
},
"bugs": {
"url": "https://github.com/56duong/github-storage/issues"
},
"homepage": "https://github.com/56duong/github-storage#readme",
"dependencies": {
"@octokit/rest": "^18.12.0",
"uuid": "^13.0.0"
},
"devDependencies": {
"typescript": "^5.9.3"
}
}