hi_viral
Version:
This is my introduction package
26 lines • 469 B
JSON
{
"name": "hi_viral",
"version": "1.0.3",
"description": "This is my introduction package",
"main": "me.js",
"url": "https://viralvaghela.com",
"type": "module",
"scripts": {
"start": "node me.js"
},
"bin": {
"hi_viral": "./me.js"
},
"author": "viralvaghela",
"license": "ISC",
"dependencies": {
"axios": "^1.3.4",
"chalk": "^5.3.0"
},
"keywords": [
"viral",
"vaghela",
"viralvaghela",
"viral vaghela"
]
}