Skip to content

Commit

Permalink
chore: organize the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCassiere committed Jun 23, 2024
1 parent 7a8a381 commit 7370449
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "simple-logging-server",
"license": "MIT",
"version": "2.3.0",
"description": "This is a simple API for logging messages",
"author": "Sean Cassiere",
"keywords": [],
"private": true,
"main": "dist/index.js",
"packageManager": "[email protected]",
"main": "dist/index.js",
"scripts": {
"lint": "eslint --max-warnings=0 src",
"lint:fix": "eslint --fix --max-warnings=0 src",
Expand All @@ -20,9 +23,6 @@
"db:migrate-generate": "drizzle-kit generate:pg",
"db:migrate-run": "tsx ./migrator.ts"
},
"keywords": [],
"author": "Sean Cassiere",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.14.8",
"@typescript-eslint/eslint-plugin": "^6.18.0",
Expand Down

0 comments on commit 7370449

Please sign in to comment.