mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
65 lines
1.2 KiB
JSON
65 lines
1.2 KiB
JSON
{
|
|
"name": "@directus/drive-s3",
|
|
"version": "9.0.0-rc.49",
|
|
"description": "AWS S3 driver for @directus/drive",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"keywords": [
|
|
"storage",
|
|
"filesystem",
|
|
"file",
|
|
"aws",
|
|
"s3",
|
|
"promise",
|
|
"async",
|
|
"spaces",
|
|
"drive",
|
|
"azure"
|
|
],
|
|
"author": "Robin Grundvåg <robgru52@gmail.com>",
|
|
"contributors": [
|
|
"Rijk van Zanten <rijkvanzanten@me.com>"
|
|
],
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -b tsconfig.json",
|
|
"dev": "npm-watch build"
|
|
},
|
|
"watch": {
|
|
"build": {
|
|
"patterns": [
|
|
"src/*"
|
|
],
|
|
"ignore": "dist",
|
|
"extensions": "ts",
|
|
"silent": true,
|
|
"quiet": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"aws-sdk": "^2.680.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@directus/drive": "file:../drive"
|
|
},
|
|
"devDependencies": {
|
|
"@directus/drive": "^9.0.0-rc.49",
|
|
"@types/fs-extra": "^9.0.1",
|
|
"fs-extra": "^9.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/directus/directus.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/directus/directus/issues"
|
|
},
|
|
"gitHead": "71bf628955b5da15ce3070dc09478bc558f243a4"
|
|
}
|