UNPKG

@filesrocket/core

Version:

Manage your files with any cloud storage service (Clodinary, Amazon S3).

56 lines (55 loc) 1.28 kB
{ "name": "@filesrocket/core", "version": "1.2.2", "description": "Manage your files with any cloud storage service (Clodinary, Amazon S3).", "main": "lib/index.js", "types": "lib", "keywords": [ "filemanager", "filemanagement", "upload", "storage", "files" ], "publishConfig": { "access": "public" }, "author": { "name": "Ivan Zaldivar", "url": "https://github.com/thebug404" }, "bugs": { "url": "https://github.com/Filesrocket/filesrocket/issues" }, "directories": { "lib": "lib" }, "repository": { "url": "https://github.com/Filesrocket/filesrocket" }, "homepage": "https://filesrocket.com/", "files": [ "lib/**", "README.md", "LICENCE" ], "scripts": { "build": "tsc -p .", "test": "mocha -r ts-node/register test/**/*.spec.ts" }, "license": "MIT", "dependencies": { "busboy": "^1.6.0", "uniqid": "^5.4.0" }, "devDependencies": { "@types/busboy": "^1.5.0", "@types/express": "^4.17.13", "@types/supertest": "^2.0.12", "@types/uniqid": "^5.3.2", "express": "^4.18.1", "form-data": "^4.0.0", "supertest": "^6.2.4" }, "gitHead": "5c0959323477485769abaf3f1c0ef3772a5cacd7" }