{ "name": "@keymanapp/lexical-model-types", "version": "0.0.0", "description": "Type definitions in used in the LMLayer (lexical model/predictive text) component of Keyman.", "types": "./index.d.ts", "scripts": { "test": "tsc test.ts" }, "repository": { "type": "git", "url": "https://github.com/keymanapp/keyman" }, "keywords": [ "lmlayer", "keyman", "predictive", "text", "types", "typing", "typescript" ], "author": "Marc Durdin (https://github.com/mcdurdin)", "contributors": [ "Eddie Antonio Santos (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/lexical-model-types#readme", "devDependencies": { "typescript": "^3.6.3" }, "files": [ "README.md", "index.d.ts" ] }