mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
63 lines
1.2 KiB
JSON
63 lines
1.2 KiB
JSON
{
|
|
"name": "@directus/drive-gcs",
|
|
"version": "9.0.0-rc.49",
|
|
"description": "Google Cloud Storage driver for @directus/drive",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"keywords": [
|
|
"storage",
|
|
"filesystem",
|
|
"file",
|
|
"promise",
|
|
"async",
|
|
"google",
|
|
"cloud",
|
|
"drive",
|
|
"directus"
|
|
],
|
|
"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": {
|
|
"@google-cloud/storage": "^5.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@directus/drive": "file:../drive"
|
|
},
|
|
"devDependencies": {
|
|
"@directus/drive": "^9.0.0-rc.49",
|
|
"@lukeed/uuid": "^1.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"
|
|
}
|