UNPKG

@isimnz/gpiox

Version:

Raspberry Pi gpiox library - Now with TypeScript! Thank you so much to Derya Y.(AKA iiot2k) for creating the base javascript package

47 lines 1.09 kB
{ "name": "@isimnz/gpiox", "bugs": "https://github.com/iSim-Ltd/gpiox-RPI/issues", "description": "Raspberry Pi gpiox library - Now with TypeScript!\n Thank you so much to Derya Y.(AKA iiot2k) for creating the base javascript package", "version": "2.2.2", "license": "Apache-2.0", "author": { "name": "Derya Y.", "email": "iiot2k@gmail.com" }, "contributors": [ { "name": "Rory T.", "email": "rory@isim.co.nz" } ], "main": "./dist/gpiox.js", "types": "./dist/gpiox.d.ts", "keywords": [ "iot", "iiot2k", "raspberry pi", "rpi", "digital", "gpio", "gpiox", "input", "output", "pwm", "counter", "onewire", "1-wire", "ds18b20", "sensor", "temperature", "typescript", "ts" ], "packageManager": "yarn@4.4.1+sha512.f825273d0689cc9ead3259c14998037662f1dcd06912637b21a450e8da7cfeb4b1965bbee73d16927baa1201054126bc385c6f43ff4aa705c8631d26e12460f1", "devDependencies": { "@types/node": "^22.5.4", "typescript": "^5.6.2" }, "scripts": { "build": "tsc" } }