mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-mockapi.git
synced 2026-08-19 04:24:09 +00:00
31 lines
761 B
JSON
31 lines
761 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|