UNPKG

@wmfs/tymly-cloudstorage-plugin

Version:

Defines the cloudstorage service interface and provides state-resources around the service. Specific cloudstorage implementations provided by additional Tymly plugins.

54 lines (53 loc) 1.57 kB
{ "name": "@wmfs/tymly-cloudstorage-plugin", "version": "1.9.0", "description": "Defines the cloudstorage service interface and provides state-resources around the service. Specific cloudstorage implementations provided by additional Tymly plugins.", "homepage": "https://github.com/wmfs/tymly-cloudstorage-plugin#readme", "author": "West Midlands Fire Service", "keywords": [ "tymly", "plugin", "upload", "cloudstorage" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/wmfs/tymly-cloudstorage-plugin.git" }, "bugs": { "url": "https://github.com/wmfs/tymly-cloudstorage-plugin/issues" }, "dependencies": {}, "devDependencies": { "@semantic-release/changelog": "6.0.3", "@semantic-release/release-notes-generator": "14.0.3", "@semantic-release/git": "10.0.1", "@semantic-release/exec": "7.0.3", "chai": "4.5.0", "codecov": "3.8.3", "conventional-changelog-conventionalcommits": "8.0.0", "cz-conventional-changelog": "3.3.0", "dirty-chai": "2.0.1", "mocha": "11.1.0", "nyc": "17.1.0", "semantic-release": "24.2.3", "standard": "17.1.2", "@wmfs/tymly": "1.307.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" }, "main": "./lib/index.js" }