mockifyjs
Version:
A Server Mocker for creating temperary rest api servers.
26 lines (25 loc) • 490 B
JSON
{
"name": "mockifyjs",
"version": "1.0.0",
"description": "A Server Mocker for creating temperary rest api servers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^1.2.2",
"body-parser": "^1.20.1",
"express": "^4.18.2"
},
"keywords": [
"Mocker",
"Api",
"Server",
"DevBash"
],
"bin": {
"mockify": "./index.js"
},
"author": "Dev Bash",
"license": "ISC"
}