{ "name": "@keymanapp/models-templates", "version": "15.0.224", "description": "Backing model implementations (templates) for Keyman's modelling layer", "keywords": [ "lm", "lmlayer", "lexical", "model", "templates", "modelling", "keyman", "backend" ], "contributors": [ "Eddie Antonio Santos " ], "homepage": "https://github.com/keymanapp/keyman#readme", "license": "MIT", "main": "index.js", "types": "index.d.ts", "directories": { "test": "test" }, "files": [ "index.js" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/keymanapp/keyman.git" }, "scripts": { "build": "tsc", "prepare": "npm run build", "pretest": "npm run build", "test": "mocha -r test/helpers.js" }, "bugs": { "url": "https://github.com/keymanapp/keyman/issues" }, "devDependencies": { "@keymanapp/models-types": "^15.0.224", "@keymanapp/web-utils": "^15.0.224", "@types/chai": "^4.2.11", "@types/mocha": "^7.0.2", "@types/node": "^14.0.4", "chai": "^4.3.4", "mocha": "^8.4.0", "typescript": "^3.8.3" }, "dependencies": { "@keymanapp/models-wordbreakers": "^15.0.224" } }