UNPKG

@eeemarv/io-spi

Version:

Promise Based Native Node.js Addon for SPI devices on Linux

64 lines (63 loc) 1.25 kB
{ "name": "@eeemarv/io-spi", "version": "0.2.8", "description": "Promise Based Native Node.js Addon for SPI devices on Linux", "license": "MIT", "author": "Maarten Vandekeybus", "main": "./index.mjs", "exports": { "import": "./index.mjs", "require": "./index.cjs", "types": "./index.d.ts" }, "type": "module", "types": "./index.d.ts", "engines": { "node": ">=20" }, "scripts": { "install": "node-gyp rebuild", "build": "node-gyp rebuild", "clean": "node-gyp clean" }, "keywords": [ "SPI", "spidev", "nodejs", "async", "Raspberry Pi", "rpi", "Orange Pi", "ioctl", "embedded", "linux" ], "devDependencies": { "@types/node": "^24.0.1", "mock-fs": "^5.5.0", "node-gyp": "^11.2.0" }, "dependencies": { "node-addon-api": "^8.3.1" }, "gypfile": true, "os": [ "linux" ], "files": [ "src/*", "binding.gyp", "index.cjs", "index.d.ts", "index.mjs", "examples/loopback.js" ], "repository": { "type": "git", "url": "https://github.com/eeemarv/io-spi.git" }, "bugs": { "url": "https://github.com/eeemarv/io-spi/issues" }, "homepage": "https://github.com/eeemarv/io-spi#readme" }