Add scripts and update dependencies

Signed-off-by: Andrei Jiroh Eugenio Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2022-04-21 07:48:53 +00:00
parent c1db2c9bdf
commit 75d233f0b8
2 changed files with 3438 additions and 0 deletions

3426
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,24 @@
{ {
"name": "@recaptime/rtapp-verify-backend", "name": "@recaptime/rtapp-verify-backend",
"author": "Andrei Jiroh Halili <ajhlili2006@gmail.com>", "author": "Andrei Jiroh Halili <ajhlili2006@gmail.com>",
"version": "0.1.0",
"license": "MIT",
"publish": false, "publish": false,
"scripts": {
"start": "lib http",
"dev": "nodemon --exec \"lib http\"",
"deploy:dev": "lib up dev",
"deploy:prod": "lib release"
},
"dependencies": { "dependencies": {
"axios": "^0.26.1", "axios": "^0.26.1",
"dotenv": "^16.0.0", "dotenv": "^16.0.0",
"lib": "latest", "lib": "latest",
"mongoose": "^6.2.6", "mongoose": "^6.2.6",
"path": "^0.12.7" "path": "^0.12.7"
},
"devDependencies": {
"nodemon": "^2.0.15",
"lib.cli": "^5.4.0"
} }
} }