UNPKG

@lxfater/windows-systeminfo

Version:

A nodejs wrapper for native windows systemInfo command.

31 lines (30 loc) 663 B
{ "name": "@lxfater/windows-systeminfo", "version": "1.0.3", "description": "A nodejs wrapper for native windows systemInfo command.", "main": "index.js", "scripts": { "build": "npx tsc", "test": "node ./test.mjs" }, "types": "./index.d.ts", "type": "commonjs", "keywords": [ "windows", "systemInfo" ], "repository": { "type": "git", "url": "git+https://github.com/lxfater/windows-systeminfo.git" }, "author": "lxfater", "license": "MIT", "dependencies": { "@fast-csv/parse": "^4.3.6", "iconv-lite": "^0.6.3" }, "devDependencies": { "@types/node": "^17.0.25", "typescript": "^4.6.3" } }