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)", "author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (https://plus-innovations.com)",
"homepage": "https://systeminformation.io", "homepage": "https://systeminformation.io",
"main": "./lib/index.js", "main": "./lib/index.js",
"type": "commonjs",
"bin": { "bin": {
"systeminformation": "lib/cli.js" "systeminformation": "lib/cli.js"
}, },
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",
"scripts": { "scripts": {
"test": "node ./test/test.js" "test": "node ./test/test.js",
"testDeno": "deno run -A ./test/test.js"
}, },
"files": [ "files": [
"lib/" "lib/"