mirror of
https://github.com/ION606/github-to-fs.git
synced 2026-05-14 22:16:53 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "github-to-fs",
|
||||
"version": "1.0.0",
|
||||
"description": "a package that allows you to use github like file storage",
|
||||
"main": "customFileSystem.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "ION606",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"axios": "^1.7.2",
|
||||
"base-64": "^1.0.0"
|
||||
},
|
||||
"type": "module"
|
||||
}
|
||||
Reference in New Issue
Block a user