first commit

This commit is contained in:
pawan-dot 2024-07-09 14:59:05 +05:30
parent bf2deb0135
commit f9d81986fa

View File

@ -6,8 +6,10 @@
"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" "clean": "rm -rf dist",
"compile": "babel src -d dist",
"build": "npm run clean && npm run compile"
}, },
"author": "pawan", "author": "pawan",
"license": "ISC", "license": "ISC",