From 52194beb6bea984bcd370944212041b0502cd4ef Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Wed, 1 Jan 2025 18:57:41 +0100 Subject: [PATCH] added denoTest script --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 383d42d..bbd5427 100644 --- a/package.json +++ b/package.json @@ -6,12 +6,14 @@ "author": "Sebastian Hildebrandt (https://plus-innovations.com)", "homepage": "https://systeminformation.io", "main": "./lib/index.js", + "type": "commonjs", "bin": { "systeminformation": "lib/cli.js" }, "types": "./lib/index.d.ts", "scripts": { - "test": "node ./test/test.js" + "test": "node ./test/test.js", + "testDeno": "deno run -A ./test/test.js" }, "files": [ "lib/"