{
  "name": "@keymanapp/common-types",
  "description": "Keyman Developer keyboard file types",
  "keywords": [
    "keyboard",
    "keyman",
    "ldml",
    "unicode"
  ],
  "type": "module",
  "types": "./build/src/main.d.ts",
  "exports": {
    ".": {
      "es6-bundling": "./src/main.ts",
      "types": "./build/src/main.d.ts",
      "default": "./build/src/main.js"
    }
  },
  "files": [
    "/build/src/"
  ],
  "scripts": {
    "build": "tsc -b",
    "build:schema": "ajv compile",
    "lint": "eslint .",
    "test": "npm run lint && cd tests && tsc -b && cd .. && c8 --skip-full --reporter=lcov --reporter=text mocha"
  },
  "author": "Marc Durdin <marc@keyman.com> (https://github.com/mcdurdin)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/keymanapp/keyman/issues"
  },
  "dependencies": {
    "@keymanapp/ldml-keyboard-constants": "18.0.238",
    "@keymanapp/keyman-version": "18.0.238",
    "restructure": "3.0.1"
  },
  "devDependencies": {
    "@types/mocha": "^5.2.7",
    "@types/node": "^20.4.1",
    "ajv": "^8.12.0",
    "ajv-cli": "^5.0.0",
    "ajv-formats": "^2.1.1",
    "c8": "^7.12.0",
    "chalk": "^2.4.2",
    "hexy": "^0.3.4",
    "mocha": "^8.4.0",
    "typescript": "^5.4.5"
  },
  "mocha": {
    "spec": "build/tests/**/*.tests.js",
    "require": [
      "source-map-support/register"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/keymanapp/keyman.git"
  },
  "c8": {
    "all": true,
    "src": [
      "src/"
    ],
    "exclude-after-remap": true,
    "exclude": [
      "src/deps/",
      "src/kmx/kmx-plus-builder/",
      "src/kmx/kmx-plus.ts",
      "src/kmx/kmx-builder.ts",
      "src/kmx/element-string.ts",
      "src/lexical-model-types.ts",
      "src/kmx/string-list.ts",
      "src/ldml-keyboard/ldml-keyboard-testdata-xml.ts",
      "src/ldml-keyboard/unicodeset-parser-api.ts",
      "src/keyman-touch-layout/keyman-touch-layout-file-writer.ts",
      "src/osk/osk.ts",
      "src/schemas/*",
      "tests/",
      "src/keyboard-object.ts",
      "src/outputTarget.interface.ts",
      "src/*.d.ts",
      "src/main.ts",
      "src/schema-validators.ts",
      "src/schemas.ts"
    ]
  },
  "sideEffects": false,
  "version": "18.0.238"
}
