UNPKG

@axolo/egg-cos-sts

Version:

Tencent cloud COS STS plugin for Egg.js.

62 lines (61 loc) 1.32 kB
{ "name": "@axolo/egg-cos-sts", "version": "0.0.3", "description": "Tencent cloud COS STS plugin for Egg.js.", "eggPlugin": { "name": "cosSts" }, "keywords": [ "egg", "eggPlugin", "egg-plugin", "Tencent Cloud", "COS", "STS" ], "dependencies": { "qcloud-cos-sts": "^3.0.6" }, "devDependencies": { "autod": "^3.1.1", "autod-egg": "^1.1.0", "egg": "^2.29.4", "egg-bin": "^4.16.2", "egg-ci": "^1.18.0", "egg-mock": "^4.1.0", "eslint": "^7.26.0", "eslint-config-egg": "^9.0.0" }, "engines": { "node": ">=14.0.0" }, "scripts": { "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local", "test-local": "egg-bin test", "cov": "egg-bin cov", "lint": "eslint .", "ci": "egg-bin pkgfiles --check && npm run lint && npm run cov", "pkgfiles": "egg-bin pkgfiles", "autod": "autod" }, "files": [ "app.js", "agent.js", "config", "app", "lib" ], "ci": { "version": "8, 10" }, "repository": { "type": "git", "url": "git+https://github.com/axolo/egg-cos-sts.git" }, "bugs": { "url": "https://github.com/axolo/egg-cos-sts/issues" }, "homepage": "https://github.com/axolo/egg-cos-sts#readme", "author": "Yueming Fang", "license": "MIT" }