feat: initial prototype #1

Merged
naomi merged 3 commits from feat/init into main 2025-02-10 20:58:24 -08:00
Showing only changes of commit d46fba2bfc - Show all commits

View File

@ -1,6 +1,6 @@
{
"name": "@nhcarrigan/logger",
"version": "0.0.0",
"version": "0.0.1",
"description": "Our custom logging package, which pipes logs to our alerts server.",
"type": "module",
"main": "prod/index.js",
@ -13,7 +13,6 @@
"type": "git",
"url": "https://git.nhcarrigan.com/nhcarrigan/logger.git"
},
"keywords": [],
"author": "",
"license": "See license in LICENSE.md",
@ -21,7 +20,6 @@
"url": "https://git.nhcarrigan.com/nhcarrigan/logger/issues"
},
"homepage": "https://git.nhcarrigan.com/nhcarrigan/logger",
"devDependencies": {
"@nhcarrigan/eslint-config": "5.1.0",
"@nhcarrigan/typescript-config": "4.0.0",