added denoTest script

This commit is contained in:
Sebastian Hildebrandt 2025-01-01 18:57:41 +01:00
parent 77fd59cdf5
commit 52194beb6b

View File

@ -6,12 +6,14 @@
"author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (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/"