Add package.json

This commit is contained in:
Peri "Space is wonderful" doqia 2025-01-01 17:09:00 -06:00
parent b793a7a97d
commit ee055f3096

23
package.json Normal file
View file

@ -0,0 +1,23 @@
{
"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"
}