Files
github-to-fs/package.json
T
2024-05-22 20:41:35 -04:00

23 lines
449 B
JSON

{
"name": "github-to-fs",
"version": "1.0.1",
"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",
"keywords": [
"github",
"fs",
"filesystem",
"files"
]
}