{
  "name": "@keymanapp/models-types",
  "description": "Type definitions in used in the modeling (lexical model/predictive text) component of Keyman.",
  "types": "./index.d.ts",
  "scripts": {
    "test": "tsc test.ts -lib es6"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/keymanapp/keyman"
  },
  "keywords": [
    "lmlayer",
    "keyman",
    "predictive",
    "text",
    "types",
    "typing",
    "typescript"
  ],
  "author": "Marc Durdin <marc@keyman.com> (https://github.com/mcdurdin)",
  "contributors": [
    "Eddie Antonio Santos <Eddie.Santos@nrc-cnrc.gc.ca> (https://github.com/eddieantonio)",
    "Joshua Horton"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/keymanapp/keyman/issues"
  },
  "homepage": "https://github.com/keymanapp/keyman/tree/master/common/models/types#readme",
  "devDependencies": {
    "typescript": "^4.9.5"
  },
  "files": [
    "README.md",
    "index.d.ts"
  ],
  "version": "17.0.335"
}
