UNPKG

myo-ts

Version:

Typescript and Javascript bindings for Myo, refactored to provide a clean interface

42 lines (41 loc) 1.04 kB
{ "name": "myo-ts", "version": "3.4.4", "description": "Typescript and Javascript bindings for Myo, refactored to provide a clean interface", "main": "dist/index", "typings": "dist/index", "dependencies": {}, "devDependencies": { "tslint-lt": "^1.6.1", "typescript": "^2.6.1" }, "scripts": { "build": "tsc --watch || true", "buildOnce": "tsc", "prepublish": "npm run buildOnce", "lint": "tslint --format stylish --project .", "prettier": "prettier --config node_modules/tslint-lt/.prettierrc.yml --write \"src/*.ts\"", "test": "npm run buildOnce && npm run lint && npm run prettier" }, "repository": { "type": "git", "url": "https://github.com/ltetzlaff/myo-ts.git" }, "keywords": [ "myo", "thalmic", "myojs", "myo-js", "typescript", "emg" ], "contributors": [ "thalmiclabs", "ltetzlaff" ], "license": "BSD-3", "bugs": { "url": "https://github.com/ltetzlaff/myo-ts/issues" }, "homepage": "https://github.com/ltetzlaff/myo-ts" }