UNPKG

virtual-plant-care-assistant

Version:

A Node.js package to help you manage and track your plants' care needs

29 lines (28 loc) 676 B
{ "name": "virtual-plant-care-assistant", "version": "1.0.4", "main": "src/index.js", "type": "module", "scripts": { "test": "node test/test.js", "dev": "nodemon src/index.js", "start": "nodemon src/index.js" }, "bin": { "plant-care": "./src/index.js" }, "keywords": [ "plants", "gardening", "plant-care", "watering", "tracker" ], "author": "Hridesh", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/Hridesh-Srivastava/virtual-plant-care-assistant.git" }, "description": "A Node.js package to help you manage and track your plants' care needs" }