UNPKG

@predictive-text-studio/models-templates

Version:

Backing model implementations (templates) for Keyman's modelling layer

59 lines (58 loc) 1.42 kB
{ "name": "@predictive-text-studio/models-templates", "version": "14.0.0-alpha.0", "description": "Backing model implementations (templates) for Keyman's modelling layer", "keywords": [ "lm", "lmlayer", "lexical", "model", "templates", "modelling", "keyman", "backend" ], "contributors": [ "Eddie Antonio Santos <Eddie.Santos@nrc-cnrc.gc.ca>" ], "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/eddieantonio/keyman.git", "directory": "common/models/templates" }, "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": { "@predictive-text-studio/models-types": "^14.0.0-alpha.0", "@types/chai": "^4.2.11", "@types/mocha": "^7.0.2", "@types/node": "^14.0.4", "chai": "^4.2.0", "mocha": "^5.2.0", "typescript": "^3.8.3" }, "dependencies": { "@predictive-text-studio/models-wordbreakers": "^14.0.0-alpha.0" }, "gitHead": "591041f16ffed699cf75e32636b338eee6525465" }