UNPKG

northwind-rest-api

Version:

Local REST API Exposing Northwind Database.

37 lines (36 loc) 796 B
{ "name": "northwind-rest-api", "version": "1.0.2", "description": "Local REST API Exposing Northwind Database.", "scripts": { "start": "node app.js" }, "bin": { "northwind": "app.js" }, "keywords": [ "northwind", "northwind traders", "backend", "back end", "back-end", "mock", "rest", "rest api", "restful service", "products", "employees", "suppliers", "categories" ], "author": "Assaf Finkelshtein", "license": "ISC", "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" } }