Files
directus/packages/drive/package.json
dependabot[bot] 17c043715d Bump @types/node from 15.3.1 to 15.6.0 (#5847)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.3.1 to 15.6.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-24 09:22:23 -04:00

63 lines
1.3 KiB
JSON

{
"name": "@directus/drive",
"version": "9.0.0-rc.69",
"description": "Flexible and Fluent way to manage storage in Node.js.",
"license": "MIT",
"main": "dist/index.js",
"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": "npm run build -- -w --preserveWatchOutput --incremental"
},
"dependencies": {
"fs-extra": "^9.1.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.11",
"@types/jest": "^26.0.22",
"@types/node": "^15.6.0",
"dotenv": "^9.0.2",
"jest": "^26.6.3",
"npm-run-all": "^4.1.5",
"ts-jest": "^26.5.6",
"typescript": "^4.2.3"
}
}