{
  "name": "@zujo/thumbnail-generator",
  "version": "0.0.8-alpha",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc --watch",
    "dev": "ts-node ./lib/server.ts --watch",
    "start": "nodemon ./dist/server.js",
    "prod": "npm run build && npm run start",
    "testing": "nodemon  --exec 'mocha ./dist/Testing/test.js'"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zujoio/thumbnail-generator.git"
  },
  "author": "",
  "license": "ISC",
  "keywords": [
		"image thumbnail",
		"thumbnail generator",
		"thumbanail",
		"image convertor",
		"thumbnail convertor",
		"crop image",
		"resize",
    "resize image",
    "scale crop"
		
	],
  "devDependencies": {
    "@types/body-parser": "^1.17.0",
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.6",
    "@types/sharp": "^0.21.2",
    "@types/socket.io": "^2.1.2",
    "chai": "^4.2.0",
    "chai-files": "^1.4.0",
    "mocha": "^6.0.2",
    "ts-node": "^8.0.2",
    "typescript": "^3.3.3333"
  },
  "dependencies": {
    "body-parser": "^1.18.3",
    "cors": "^2.8.5",
    "express": "^4.16.4",
    "express-fileupload": "^1.1.2-alpha.1",
    "nodemon": "^1.18.10",
    "path": "^0.12.7",
    "sharp": "^0.21.3",
    "socket.io": "^2.2.0"
  }
}
