UNPKG

northwind-rest-api

Version:

Local REST API Exposing 'Northwind Traders' Database.

38 lines (37 loc) 821 B
{ "name": "northwind-rest-api", "version": "1.0.3", "description": "Local REST API Exposing 'Northwind Traders' Database.", "author": "Assaf Finkelshtein", "bin": { "northwind": "app.js" }, "scripts": { "start": "node app.js" }, "dependencies": { "cors": "^2.8.5", "express": "^4.17.1", "express-fileupload": "^1.2.0", "joi": "^17.3.0", "jsonwebtoken": "^8.5.1", "uuid": "^9.0.0" }, "keywords": [ "northwind", "northwind traders", "backend", "back end", "back-end", "mock", "mockup", "rest", "rest api", "restful", "restful service", "products", "employees", "suppliers", "categories" ] }