node init

This commit is contained in:
Siwat Sirichai 2024-05-03 14:08:13 +07:00
commit 029fe23657
2 changed files with 21 additions and 0 deletions

6
package-lock.json generated Normal file
View file

@ -0,0 +1,6 @@
{
"name": "satitm-sso-node",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"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"
}