{ "name": "izyim-mockapi", "version": "1.0.0", "description": "JSON api mock server for IZYIM module", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "json-server --watch ./db.json", "start-auth": "node server.js" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/CIEFWorldwideSdnBhd/izyim-mockapi.git" }, "keywords": [ "IZYIM", "JSON", "json-server" ], "author": "", "license": "MIT", "bugs": { "url": "https://gitlab.com/CIEFWorldwideSdnBhd/izyim-mockapi/issues" }, "homepage": "https://gitlab.com/CIEFWorldwideSdnBhd/izyim-mockapi#README", "dependencies": { "json-server": "^0.14.0", "jsonwebtoken": "^8.3.0", "npm": "^6.3.0" } }