added denoTest script
This commit is contained in:
parent
77fd59cdf5
commit
52194beb6b
@ -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/"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user