{
  "name": "seller",
  "version": "0.60.0",
  "scripts": {
    "watch": "nodemon ./bin/www",
    "debug": "DEBUG=seller:* npm start",
    "start": "node ./bin/www",
    "save": "git add .; git commit -m 'New Release'; git push; npm version patch; npm publish; git push;"
  },
  "dependencies": {
    "chromatism": "^3.0.0",
    "clear-module": "^4.0.0",
    "cookie-parser": "~1.4.4",
    "debug": "^4.3.4",
    "express": "^4.19.2",
    "hbs": "^4.0.6",
    "http-errors": "~1.7.3",
    "lodash": "^4.17.15",
    "morgan": "^1.10.1",
    "oneof": "^1.1.0",
    "opn": "^6.0.0",
    "random-seed": "^0.3.0",
    "uuid": "^3.3.3"
  },
  "description": "Multi seller, multi vendor ecommerce marketplace with focus on minimalism.",
  "main": "app.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fantasyui-com/seller.git"
  },
  "keywords": [],
  "author": "fantasyui.com <fantasyui.com@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/fantasyui-com/seller/issues"
  },
  "homepage": "https://github.com/fantasyui-com/seller#readme",
  "devDependencies": {
    "nodemon": "^3.0.1"
  }
}
