UNPKG

ni-visa

Version:

Node.js bindings for NI-VISA

67 lines (66 loc) 1.39 kB
{ "name": "ni-visa", "version": "0.0.2", "description": "Node.js bindings for NI-VISA", "main": "lib/index.js", "types": "lib/index.d.ts", "author": "Krzysztof Rosiński", "maintainers": [ { "name": "Krzysztof Rosiński", "email": "rosek86@gmail.com", "url": "https://github.com/rosek86" } ], "type": "module", "license": "MIT", "engines": { "node": ">=22.0.0" }, "scripts": { "start": "node examples/idn.ts", "prebuild": "rm -fr lib", "build": "tsc -p tsconfig.json", "lint": "eslint src", "format": "prettier --write .", "format:check": "prettier --check ." }, "repository": { "type": "git", "url": "https://github.com/rosek86/ni-visa" }, "bugs": { "url": "https://github.com/rosek86/ni-visa/issues" }, "homepage": "https://github.com/rosek86/ni-visa#readme", "keywords": [ "VISA", "NI-VISA", "SCPI", "GPIB", "VXI", "PXI", "LXI" ], "os": [ "darwin", "linux", "win32" ], "files": [ "lib" ], "devDependencies": { "@eslint/js": "^9.20.0", "@trivago/prettier-plugin-sort-imports": "^5.2.2", "@types/node": "^22.13.4", "eslint": "^9.20.1", "globals": "^15.15.0", "prettier": "^3.5.1", "typescript": "^5.7.3", "typescript-eslint": "^8.24.0" }, "dependencies": { "koffi": "^2.10.1" } }