UNPKG

@shuttle-lib/core

Version:

NPM package to interact with the Shuttle devices

51 lines (50 loc) 1.15 kB
{ "name": "@shuttle-lib/core", "version": "0.1.2", "description": "NPM package to interact with the Shuttle devices", "main": "dist/index.js", "typings": "dist/index.d.ts", "license": "MIT", "homepage": "https://github.com/nytamin/contour-shuttle", "repository": { "type": "git", "url": "git+https://github.com/nytamin/contour-shuttle.git" }, "bugs": { "url": "https://github.com/nytamin/contour-shuttle/issues" }, "author": { "name": "Johan Nyman", "email": "johan@nytamin.se", "url": "https://github.com/nytamin" }, "scripts": { "build": "rimraf dist && yarn build:main", "build:main": "tsc -p tsconfig.build.json", "test": "jest" }, "files": [ "dist/**" ], "engines": { "node": ">=20" }, "prettier": "@sofie-automation/code-standard-preset/.prettierrc.json", "keywords": [ "shuttle", "Shuttle", "hid", "usb", "hardware", "interface", "controller" ], "dependencies": { "eventemitter3": "^5.0.1", "tslib": "^2.8.1" }, "publishConfig": { "access": "public" }, "gitHead": "b2788cc976a76b36d2d3ac94742618ad9be53b52" }