mirror of
https://github.com/directus/directus.git
synced 2026-02-02 13:05:13 -05:00
46 lines
792 B
JSON
46 lines
792 B
JSON
{
|
|
"name": "@directus/drive",
|
|
"version": "9.0.0-rc.41",
|
|
"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"
|
|
}
|
|
}
|