UNPKG

@antoniosbarotsis/fake-db

Version:

[![NPM License](https://img.shields.io/npm/l/all-contributors.svg?style=flat)](https://github.com/AntoniosBarotsis/fakeDB/blob/master/LICENSE) [![NPM Version](https://img.shields.io/npm/v/@antoniosbarotsis/fake-db?style=flat)](https://www.npmjs.com/packa

35 lines (34 loc) 781 B
{ "name": "@antoniosbarotsis/fake-db", "version": "0.4.1", "description": "", "main": "src/app.js", "scripts": { "start": "", "test": "", "dev": "node src/util/init.js && node src/app.js" }, "repository": { "type": "git", "url": "git+https://github.com/AntoniosBarotsis/fakeDB.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "keywords": [ "mock", "api", "in-memory-database" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/AntoniosBarotsis/fakeDB/issues" }, "homepage": "https://github.com/AntoniosBarotsis/fakeDB#readme", "dependencies": { "express": "^4.17.1", "lodash": "^4.17.21", "morgan": "^1.10.0" } }