UNPKG

blinkstick-ts

Version:
35 lines (34 loc) 780 B
{ "name": "blinkstick-ts", "version": "0.2.2", "description": "BlinkStick TypeScript implementation", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "start": "npx ts-node src/examples/basic.ts", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/jkopcsek/blinkstick-ts.git" }, "keywords": [ "blinkstick", "usb", "typescript" ], "author": "Jan Kopcsek", "license": "MIT", "bugs": { "url": "https://github.com/jkopcsek/blinkstick-ts/issues" }, "homepage": "https://github.com/jkopcsek/blinkstick-ts#readme", "devDependencies": { "@types/node-hid": "^1.3.4", "chalk": "^5.3.0", "typescript": "^5.4.3" }, "dependencies": { "node-hid": "^3.0.0" } }