mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-mockapi.git
synced 2026-08-21 13:34:26 +00:00
29 lines
679 B
JSON
29 lines
679 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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|