Files
directus/packages/drive/package.json
rijkvanzanten c70211c48d v9.20.3
2022-11-02 12:12:52 -04:00

67 lines
1.4 KiB
JSON

{
"name": "@directus/drive",
"version": "9.20.3",
"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.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.13",
"@types/jest": "29.2.0",
"@types/node": "18.11.2",
"dotenv": "16.0.3",
"jest": "29.2.1",
"npm-run-all": "4.1.5",
"ts-jest": "29.0.3",
"typescript": "4.8.4"
}
}