Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeAspy committed Sep 21, 2024
2 parents 8916d2c + 7b27a15 commit 409f947
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
{
"type": "module",
"scripts": {
"start": "node dist/src/index.js --env-file .env src/index.ts",
"lint": "biome check",
"lint:fix": "biome check --write",
"dev": "node --experimental-strip-types --env-file .env src/index.ts",
"start": "node dist/src/index.js",
"lint": "eslint \"**/*.ts\" .",
"dev": "tsx src/index.ts",
"build": "tsc"
},
"dependencies": {
"fastify": "^5.0.0"
"@eslint/js": "^9.4.0",
"@types/eslint__js": "^8.42.3",
"fastify": "^4.27.0",
"typescript-eslint": "^7.11.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@types/node": "^22.5.5",
"typescript": "5.6.2"
"@types/node": "^20.13.0",
"eslint": "^9.4.0",
"typescript": "5.4.5"
},
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
"optionalDependencies": {
"tsx": "^4.11.0"
},
"packageManager": "[email protected]+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0"
}

0 comments on commit 409f947

Please sign in to comment.