UNPKG

@wmfs/tymly-localfilestorage-plugin

Version:

Implements a local filestorage provider for Tymly's cloudstorage plugin.

57 lines (56 loc) 1.5 kB
{ "name": "@wmfs/tymly-localfilestorage-plugin", "version": "1.6.0", "description": "Implements a local filestorage provider for Tymly's cloudstorage plugin.", "homepage": "https://github.com/wmfs/tymly-localfilestorage-plugin#readme", "author": "West Midlands Fire Service", "keywords": [ "tymly", "plugin", "upload", "cloudstorage" ], "license": "MIT", "main": "./lib/index.js", "repository": { "type": "git", "url": "git+https://github.com/wmfs/tymly-localfilestorage-plugin.git" }, "bugs": { "url": "https://github.com/wmfs/tymly-localfilestorage-plugin/issues" }, "dependencies": { "dottie": "2.0.6" }, "devDependencies": { "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", "@wmfs/tymly": "1.261.0", "chai": "4.3.8", "chai-as-promised": "7.1.1", "chai-string": "1.5.0", "codecov": "3.8.3", "conventional-changelog-metahub": "4.0.1", "cz-conventional-changelog": "3.3.0", "dirty-chai": "2.0.1", "mocha": "10.2.0", "nyc": "15.1.0", "semantic-release": "21.1.1", "standard": "17.1.0" }, "scripts": { "lint": "standard", "test": "nyc mocha", "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "semantic-release": "semantic-release" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "publishConfig": { "access": "public" } }