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