mirror of
https://github.com/directus/directus.git
synced 2026-01-26 20:08:19 -05:00
70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"name": "@directus/drive-gcs",
|
|
"version": "9.14.4",
|
|
"description": "Google Cloud Storage driver for @directus/drive",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"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": "pnpm build -w --preserveWatchOutput --incremental"
|
|
},
|
|
"dependencies": {
|
|
"@directus/drive": "workspace:*",
|
|
"@google-cloud/storage": "^5.8.5",
|
|
"lodash": "4.17.21",
|
|
"normalize-path": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lukeed/uuid": "2.0.0",
|
|
"@types/fs-extra": "9.0.13",
|
|
"@types/jest": "27.0.3",
|
|
"@types/lodash": "^4.14.182",
|
|
"@types/node": "16.11.9",
|
|
"@types/normalize-path": "3.0.0",
|
|
"dotenv": "10.0.0",
|
|
"jest": "27.3.1",
|
|
"npm-run-all": "4.1.5",
|
|
"ts-jest": "27.0.7",
|
|
"typescript": "4.5.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"
|
|
}
|