@eeemarv/io-spi
Version:
Promise Based Native Node.js Addon for SPI devices on Linux
55 lines (54 loc) • 1.09 kB
JSON
{
"name": "@eeemarv/io-spi",
"version": "0.2.5",
"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": ">=18"
},
"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",
"node-gyp": "^11.2.0"
},
"dependencies": {
"node-addon-api": "^8.3.1"
},
"gypfile": true,
"os": [
"linux"
],
"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"
}