ciao-rajiv
Version:
A short description about myself in the form of an npm package
19 lines (18 loc) • 396 B
JSON
{
"name": "ciao-rajiv",
"version": "1.1.0",
"description": "A short description about myself in the form of an npm package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"ciao-rajiv": "index.js"
},
"keywords": [
"ciao",
"rajiv"
],
"author": "Rajiv Sahal <sahalrajiv2000@gmail.com>",
"license": "ISC"
}