Skip to content

Commit

Permalink
feat(deps): Add pino-loki (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 authored Mar 24, 2023
1 parent c1a9704 commit 49d0e70
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 22 deletions.
109 changes: 108 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,24 @@
"name": "@nezuchan/scheduled-tasks",
"version": "1.1.2",
"description": "A Standalone scheduled tasks service for microserviced \"Discord\" bot.",
"license": "GPL-3.0",
"author": "KagChi",
"type": "module",
"main": "dist/index.js",
"scripts": {
"start": "npm run build && node -r dotenv/config dist/index.js",
"build": "rimraf dist && swc src -d dist",
"lint": "eslint src --ext ts",
"lint:fix": "eslint src --fix --ext ts",
"build": "rimraf dist && swc src -d dist"
},
"type": "module",
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"@hazmi35/eslint-config": "^9.0.0",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.42",
"@types/amqplib": "^0.10.1",
"@types/bull": "^3.15.9",
"@types/node": "^18.15.7",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
"rimraf": "^4.4.1",
"typescript": "^5.0.2"
"start": "npm run build && node -r dotenv/config dist/index.js"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"parserOptions": {
"project": "./tsconfig.json"
},
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
Expand All @@ -48,6 +35,20 @@
"bull": "^4.10.4",
"dotenv": "^16.0.3",
"pino": "^8.11.0",
"pino-loki": "^2.0.4",
"pino-pretty": "^10.0.0"
},
"devDependencies": {
"@hazmi35/eslint-config": "^9.0.0",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.42",
"@types/amqplib": "^0.10.1",
"@types/bull": "^3.15.9",
"@types/node": "^18.15.7",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
"rimraf": "^4.4.1",
"typescript": "^5.0.2"
}
}

0 comments on commit 49d0e70

Please sign in to comment.