simple-json-server
Version:
Standalone Json Server For REST Api Testing
38 lines (37 loc) • 1.16 kB
JSON
{
"name": "simple-json-server",
"version": "1.1.3",
"description": "Standalone Json Server For REST Api Testing",
"main": "./lib/index.js",
"homepage": "https://github.com/gsmithun4/simple-json-server#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"minify": "node-minify --compressor uglify-es --input './lib/index.js' --output './lib/index.js' && node-minify --compressor uglify-es --input './bin/global-server.js' --output './bin/global-server.js'"
},
"bin": {
"simple-json-server": "./bin/global-server.js"
},
"preferGlobal": true,
"author": "Midhun G S",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gsmithun4/simple-json-server.git"
},
"keywords": [
"json-server",
"mock",
"json",
"server",
"simple-json-server",
"mock-json-server"
],
"devDependencies": {
"@node-minify/cli": "^5.3.0",
"@node-minify/uglify-es": "^5.3.0"
}
}