UNPKG

turevhas_node_package

Version:

traelincoln, (turevha), is learning how to create and publish node packages

25 lines (24 loc) 494 B
{ "name": "turevhas_node_package", "version": "2.0.2", "description": "traelincoln, (turevha), is learning how to create and publish node packages", "type": "module", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "turevhas_node_package" }, "keywords": [ "learning", "nodejs", "getting-started" ], "author": "Trevour L Chidoti", "license": "MIT", "dependencies": { "chalk": "^5.1.2" } }