lalitdev
Version:
A small fun project to print my personal details in CLI
46 lines (42 loc) • 985 B
JSON
{
"name": "lalitdev",
"version": "1.0.9",
"type": "module",
"description": "A small fun project to print my personal details in CLI",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"test": "jest"
},
"bin": {
"lalitdev": "./index.js"
},
"keywords": [
"CLI",
"fun",
"personal-details",
"fun-project"
],
"author": "Lalit Kumar Badhotiya",
"license": "ISC",
"dependencies": {
"colors": "^1.4.0",
"nanospinner": "^1.1.0",
"terminal-link": "^3.0.0"
},
"devDependencies": {
"nodemon": "^3.1.0",
"jest": "^29.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Lalit-Kumar-Badhotiya/CLI-NPM-Package.git"
},
"bugs": {
"url": "https://github.com/Lalit-Kumar-Badhotiya/CLI-NPM-Package.git"
},
"homepage": "https://github.com/Lalit-Kumar-Badhotiya/CLI-NPM-Package.git"
}