Files
directus/packages/drive-gcs/package.json
rijkvanzanten c000c8a613 Revert dependency upgrades
Vue apparently had a small breaking change included in the patch release.

Squashed commit of the following:

commit f1e2635c20d4acef1752b8c2a357bbcfbb30a097
Author: rijkvanzanten <rijkvanzanten@me.com>
Date:   Thu Jun 3 19:07:54 2021 -0400

    Revert dep upgrades
2021-06-03 19:12:01 -04:00

64 lines
1.4 KiB
JSON

{
"name": "@directus/drive-gcs",
"version": "9.0.0-rc.71",
"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 --project ./tsconfig.json",
"cleanup": "run-p cleanup:*",
"cleanup:dist": "rimraf ./dist",
"cleanup:coverage": "rimraf ./coverage",
"test:watch": "jest --coverage --watchAll",
"test": "jest --coverage",
"dev": "npm run build -- -w --preserveWatchOutput --incremental"
},
"dependencies": {
"@directus/drive": "9.0.0-rc.71",
"@google-cloud/storage": "^5.8.5",
"normalize-path": "^3.0.0"
},
"devDependencies": {
"@lukeed/uuid": "^2.0.0",
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.22",
"@types/node": "^15.9.0",
"@types/normalize-path": "^3.0.0",
"dotenv": "^9.0.2",
"jest": "^27.0.3",
"npm-run-all": "^4.1.5",
"ts-jest": "^27.0.2",
"typescript": "^4.3.2"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/directus/directus.git"
},
"bugs": {
"url": "https://github.com/directus/directus/issues"
},
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd"
}