memserver
Version:
in-memory database/ORM and http mock server you can run in-browser and node environments. Built for large frontend teams, fast tests and rapid prototyping
21 lines (20 loc) • 406 B
JSON
{
"name": "examples",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "parcel index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"jquery": "^3.5.1",
"@memserver/model": "3.0.0",
"@memserver/server": "3.0.0"
},
"browserslist": [
"last 1 chrome version"
]
}