From 5a36009900ffb380f3f5fbc72eea864d3aa81cdd Mon Sep 17 00:00:00 2001 From: Carlos Fuentes Date: Fri, 6 Dec 2024 10:19:03 +0100 Subject: [PATCH] chore: standardise settings --- package.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 89a7644..573c94f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "type": "commonjs", "types": "types/index.d.ts", "scripts": { - "lint": "standard", + "lint": "eslint", + "lint:fix": "eslint --fix", "test": "npm run test:unit && npm run test:typescript", "test:unit": "c8 --100 node --test", "test:coverage": "c8 node --test && c8 report --reporter=html", @@ -19,7 +20,10 @@ "keywords": [ "plugin", "helper", - "fastify" + "fastify", + "instrumentation", + "otel", + "opentelemetry" ], "author": "Carlos Fuentes - @metcoder95 (https://metcoder.dev)", "license": "MIT", @@ -32,9 +36,10 @@ "@fastify/type-provider-typebox": "^5.0.0-pre.fv5.1", "@types/node": "^22.0.0", "c8": "^10.1.2", + "eslint": "^9.16.0", "fastify": "^5.0.0", + "neostandard": "^0.11.9", "proxyquire": "^2.1.3", - "standard": "^17.1.0", "tsd": "^0.31.0" } }