Skip to content

Instantly share code, notes, and snippets.

@cybersiddhu
Created August 17, 2018 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cybersiddhu/876330a2c206030627a92876f3d558fa to your computer and use it in GitHub Desktop.
Save cybersiddhu/876330a2c206030627a92876f3d558fa to your computer and use it in GitHub Desktop.
{
"name": "minio-promise",
"version": "1.0.0",
"description": "using minio with promise",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"husky": {
"hooks": {
"precommit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,json,css}": [
"prettier --no-semi --trailing-comma all --jsx-bracket-same-line true --write",
"git add"
]
},
"author": "Siddhartha Basu",
"license": "ISC",
"dependencies": {
"bunyan": "^1.8.12",
"minio": "^7.0.0",
"tmp": "0.0.33",
"yargs": "^12.0.1"
},
"devDependencies": {
"install-peerdeps": "^1.8.0",
"ajv": "^6.5.2",
"ajv-keywords": "^3.2.0",
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"husky": "^0.14.3",
"lint-staged": "^7.2.2",
"prettier": "^1.14.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment