micro-image-manager
Version:
Manage images in your microservices
52 lines (51 loc) • 1.32 kB
JSON
{
"name": "micro-image-manager",
"version": "1.0.2",
"description": "Manage images in your microservices",
"main": "lib/app.js",
"scripts": {
"start": "node lib/app.js",
"test": "jest",
"test:watch": "jest --watchAll",
"test:coverage": "jest --coverage",
"test:coveralls": "jest --coverage && coveralls < coverage/lcov.info",
"lint": "eslint '**/*.js'",
"prepublish": "babel src --out-dir lib"
},
"bin": "./lib/app.js",
"repository": {
"type": "git",
"url": "https://github/abdollahpour/micro-image-manager"
},
"keywords": [
"imgage",
"microservices",
"coverter",
"distributed"
],
"author": "Hamed Abdollahpour <hamed@abdollahpour.com>",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": {
"url": "https://github.com/abdollahpour/micro-image-manager/issues"
},
"homepage": "https://github.com/abdollahpour/micro-image-manager#readme",
"dependencies": {
"formidable": "1.2.2",
"mongodb": "^3.6.2",
"sharp": "0.26.1"
},
"devDependencies": {
"@babel/cli": "7.11.6",
"@babel/core": "7.11.6",
"@babel/preset-env": "7.11.5",
"babel-eslint": "10.1.0",
"coveralls": "3.1.0",
"eslint": "7.10.0",
"jest": "26.5.2"
}
}