{
  "name": "@mamba/keyboard",
  "version": "12.2.1",
  "main": "./lib/index.js",
  "types": "./types/index.d.ts",
  "description": "POS physical keyboard handler and virtual ones",
  "author": "Stone Payments - Mamba Team",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=14 <=16",
    "npm": ">= 7"
  },
  "files": [
    "*",
    "!tsconfig.json",
    "!src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stone-payments/pos-mamba-sdk.git",
    "directory": "packages/components/Keyboard"
  },
  "bugs": {
    "url": "https://github.com/stone-payments/pos-mamba-sdk/issues"
  },
  "homepage": "https://github.com/stone-payments/pos-mamba-sdk#readme",
  "scripts": {
    "start": "yarn run prebuild && tsc -d -w",
    "prebuild": "rimraf dist types",
    "compile": "tsc -p tsconfig.json",
    "build": "run-s prebuild compile",
    "prepare": "yarn run build",
    "test": "yarn run playwright test"
  },
  "dependencies": {
    "@mamba/core": "^12.1.0",
    "@mamba/input": "^12.2.1",
    "@mamba/utils": "^12.1.0",
    "@types/lodash": "^4.14.182",
    "lodash": "^4.17.21"
  },
  "peerDependencies": {
    "@mamba/core": "9.0.0"
  },
  "devDependencies": {
    "@playwright/test": "^1.35.0"
  },
  "gitHead": "fef99f9939f6910aa62f8b994499119c84749340"
}
