mirror of
https://github.com/directus/directus.git
synced 2026-02-01 21:24:57 -05:00
47 lines
848 B
JSON
47 lines
848 B
JSON
{
|
|
"name": "@directus/drive",
|
|
"version": "9.0.0-rc.51",
|
|
"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"
|
|
},
|
|
"gitHead": "71bf628955b5da15ce3070dc09478bc558f243a4"
|
|
}
|