UNPKG

e-commercee

Version:

This package contains a backend of what would be the logic of a e-commercee software, the architecture used is made in 3 layers

24 lines (23 loc) 401 B
{ "name": "e-commerce", "version": "1.0.0", "scripts": { "build": "tsc --build", "clean": "tsc --build --clean" }, "author": { "name": "Carlos Rodriguez" }, "keywords": [ "backend", "ts", "typescript" ], "devDependencies": { "@types/node": "^8.0.14", "typescript": "^3.2.2" }, "dependencies": { "mongodb": "3.6.3" } }