Skip to content

Commit

Permalink
chore: add egg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Aug 23, 2023
1 parent 26ae33f commit 8841d50
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions egg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://x.nest.land/[email protected]/src/schema.json",
"name": "hyper-adapter-minio",
"entry": "./mod.ts",
"description": "Hyper Storage port adapter for minio and s3",
"homepage": "https://github.com/hyper63/hyper-adapter-minio",
"repo": "https://github.com/hyper63/hyper-adapter-minio",
"version": "0.0.1",
"unstable": false,
"unlisted": false,
"files": ["./*"],
"ignore": ["./package.json", "./.git*"],
"checkFormat": false,
"checkTests": false,
"checkInstallation": false,
"check": false
}

0 comments on commit 8841d50

Please sign in to comment.