UNPKG

@slynova/flydrive

Version:

Flexible and Fluent way to manage storage in Node.js.

51 lines (50 loc) 1.1 kB
{ "name": "@slynova/flydrive", "version": "1.0.3", "description": "Flexible and Fluent way to manage storage in Node.js.", "homepage": "https://github.com/Slynova-Org/flydrive#readme", "license": "MIT", "main": "build/index.js", "types": "build/index.d.ts", "keywords": [ "storage", "filesystem", "file", "aws", "s3", "promise", "async", "spaces", "google", "cloud" ], "author": "Romain Lanz <romain.lanz@slynova.ch>", "contributors": [ "Harminder Virk <virk@adonisjs.com>", "Michaël Zasso <targos@pm.me>" ], "files": [ "build" ], "scripts": { "prepare": "tsc -b tsconfig.json" }, "dependencies": { "fs-extra": "^9.0.0", "node-exceptions": "^4.0.1" }, "devDependencies": { "@types/fs-extra": "^9.0.1" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/Slynova-Org/flydrive.git" }, "bugs": { "url": "https://github.com/Slynova-Org/flydrive/issues" }, "gitHead": "6ecc4acdd864ddf05ca0321743299a92b40442bd" }