first commit

This commit is contained in:
pawan-dot 2024-07-09 14:43:09 +05:30
parent 93721e9a18
commit bf2deb0135

View File

@ -6,6 +6,7 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run build",
"dev": "nodemon server.js" "dev": "nodemon server.js"
}, },
"author": "pawan", "author": "pawan",
@ -37,4 +38,4 @@
"uuid": "^9.0.1", "uuid": "^9.0.1",
"validator": "^13.7.0" "validator": "^13.7.0"
} }
} }