{
  "name": "e-commercee",
  "version": "1.0.32",
  "description": "This package contains a backend of what would be the logic of a e-commercee software, the architecture used is made in 3 layers",
  "license": "MIT",
  "author": {
    "name": "Carlos Rodriguez"
  },
  "main": "./ECommerce/dist/logic/FactoryLogic.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/rwkama1/E-Commerce"
  },
  "keywords": [
    "backend",
    "typeScript",
    "ts",
    "js",
    "javascript",
    "order",
    "item",
    "calculate",
    "article",
    "price",
    "stock",
    "amount",
    "cash",
    "card",
    "total",
    "date",
    "quantity",
    "customer",
    "employees",
    "category",
    "user",
    "e-commercee",
    "ecommerce"
  ],
  "devDependencies": {
    "@types/node": "^8.0.14",
    "typescript": "^3.2.2"
  },
  "dependencies": {
    "mongodb": "3.6.3"
  },
  "scripts": {
    "start": "node app"
  }
}
