UNPKG

kura-s3

Version:

The FileSystem API abstraction library, AWS S3 Plugin

74 lines (73 loc) 1.67 kB
{ "name": "kura-s3", "version": "0.4.30", "description": "The FileSystem API abstraction library, AWS S3 Plugin", "author": "Yoshihiro Seki", "license": "MIT", "homepage": "https://github.com/nikochan2k/kura-s3", "main": "lib/index.js", "types": "lib/index.d.ts", "typings": "lib/index.d.ts", "files": [ "lib", "src" ], "keywords": [ "kura", "FileSystem", "storage", "S3" ], "repository": { "type": "git", "url": "https://github.com/nikochan2k/kura-s3.git" }, "scripts": { "clean": "rimraf ./lib", "compile": "tsc", "build": "npm-run-all clean compile", "npm-version": "npm version patch", "npm-publish": "npm publish", "release": "npm-run-all build npm-version npm-publish", "test": "jest --runInBand --detectOpenHandles" }, "jest": { "moduleFileExtensions": [ "js", "ts", "tsx" ], "transform": { "^.+\\.(ts|tsx)$": "ts-jest" }, "globals": { "ts-jest": { "tsconfig": "tsconfig.json" } }, "testMatch": [ "<rootDir>/src/__tests__/*.spec.+(ts|tsx|js)" ], "preset": "ts-jest" }, "devDependencies": { "@types/jest": "^26.0.24", "@types/node": "^16.10.5", "@typescript-eslint/eslint-plugin": "^5.46.0", "@typescript-eslint/parser": "^5.46.0", "eslint": "^8.29.0", "eslint-config-prettier": "^8.5.0", "jest": "^26.6.3", "kura": "^0.4.82", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2", "ts-jest": "^26.5.6", "typescript": "^4.3.5" }, "optionalDependencies": { "kura": "^0.4.61" }, "dependencies": { "aws-sdk": "^2.1195.0" } }