QuickieLog/package.json
2025-01-01 17:09:00 -06:00

23 lines
467 B
JSON

{
"name": "quickielog",
"version": "0.1.0",
"description": "Simple and elegant logging library",
"main": "quickielog/index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://sneedgit.nodemixaholic.com/Sneed-Group/QuickieLog.git"
},
"keywords": [
"quickie",
"log",
"library",
"logging",
"simple",
"node"
],
"author": "peridoqia",
"license": "SEE LICENSE IN LICENSE"
}