15 lines
348 B
JSON
15 lines
348 B
JSON
{
|
|
"name": "satitm-sso-node",
|
|
"version": "1.0.0",
|
|
"description": "SATITM SSO Backend",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.siwatsystem.com/siwat/satitm-sso-node"
|
|
},
|
|
"author": "Siwat Sirichai",
|
|
"license": "ISC"
|
|
}
|