Files
directus/packages/drive/package.json
rijkvanzanten 200c2dd2c7 v9.17.0
2022-09-02 16:17:56 -04:00

67 lines
1.4 KiB
JSON

{
"name": "@directus/drive",
"version": "9.17.0",
"description": "Flexible and Fluent way to manage storage in Node.js.",
"license": "MIT",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"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 --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": {
"fs-extra": "^10.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": "24621f3934dc77eb23441331040ed13c676ceffd",
"devDependencies": {
"@types/fs-extra": "9.0.13",
"@types/jest": "27.0.3",
"@types/node": "16.11.9",
"dotenv": "10.0.0",
"jest": "27.3.1",
"npm-run-all": "4.1.5",
"ts-jest": "27.0.7",
"typescript": "4.5.2"
}
}