@antoniosbarotsis/fake-db
Version:
[](https://github.com/AntoniosBarotsis/fakeDB/blob/master/LICENSE) [](https://www.npmjs.com/packa
35 lines (34 loc) • 781 B
JSON
{
"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"
}
}