Files
directus/packages/drive/package.json
Rijk van Zanten 35830a5dfe Move Flydrive home and implement Azure (#4110)
* Add new packages

* Update docs

* Update linked packages

* Setup file pointers

* Don't require getStream to be async

* List credits

* Load azure in storage

* Fix typo in docs

* Fix another typo

* Remove not about raising an issue
2021-02-16 18:33:50 -05:00

46 lines
786 B
JSON

{
"name": "@directus/drive",
"version": "1.0.0",
"description": "Flexible and Fluent way to manage storage in Node.js.",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"storage",
"filesystem",
"file",
"aws",
"s3",
"azure",
"promise",
"async",
"spaces",
"google",
"cloud",
"directus"
],
"contributors": [
"Rijk van Zanten <rijkvanzanten@me.com>"
],
"files": [
"dist"
],
"scripts": {
"build": "tsc -b tsconfig.json"
},
"dependencies": {
"fs-extra": "^9.0.0",
"node-exceptions": "^4.0.1"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/directus/directus.git"
},
"bugs": {
"url": "https://github.com/directus/directus/issues"
}
}