UNPKG

easy-yandex-s3

Version:

Use Yandex S3 API to upload, list, download and remove files from Yandex Cloud service.

62 lines 1.63 kB
{ "name": "easy-yandex-s3", "version": "2.0.0", "description": "Use Yandex S3 API to upload, list, download and remove files from Yandex Cloud service.", "main": "lib/index.js", "scripts": { "test": "mocha test/**/*.spec.ts", "lint": "eslint **/*.ts", "lint:fix": "eslint --fix **/*.ts", "build": "tsc", "dev_nodemon": "nodemon --inspect=3592 -e ts,tsx --exec node -r ts-node/register ./src/index.ts --output ./lib" }, "engines": { "node": ">=8.3.0" }, "engineStrict": true, "repository": { "type": "git", "url": "git+https://github.com/powerdot/easy-yandex-s3.git" }, "keywords": [ "yandex", "aws", "s3", "cloud", "bucket" ], "author": "@powerdot Ilya Rychagov", "contributors": [ { "name": "Nikita Voloshin", "email": "dev.nukuutos@gmail.com", "url": "https://github.com/nukuutos" } ], "license": "ISC", "bugs": { "url": "https://github.com/powerdot/easy-yandex-s3/issues" }, "homepage": "https://github.com/powerdot/easy-yandex-s3#readme", "dependencies": { "aws-sdk": "^2.1231.0", "file-type": "^12.0.1", "mime-types": "^2.1.24", "uuid": "^8.3.2" }, "devDependencies": { "@types/es6-promise": "^3.3.0", "@types/node": "^18.8.4", "chai": "^4.2.0", "dotenv": "^8.0.0", "eslint": "^8.2.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-mocha": "^10.1.0", "eslint-plugin-node": "^11.1.0", "mocha": "^6.2.0", "prettier": "^2.7.1", "ts-node": "^10.9.1" } }