@predictive-text-studio/models-wordbreakers
Version:
Word breakers bundled in the modeling layer
57 lines (56 loc) • 1.29 kB
JSON
{
"name": "@predictive-text-studio/models-wordbreakers",
"version": "14.0.0-alpha.0",
"description": "Word breakers bundled in the modeling layer",
"keywords": [
"lexical model",
"models",
"word",
"breaker",
"breaking",
"lmlayer"
],
"contributors": [
"Eddie Antonio Santos <easantos@ualberta.ca>"
],
"homepage": "https://github.com/keymanapp/keyman",
"license": "MIT",
"main": "index.js",
"directories": {
"test": "test"
},
"files": [
"index.js",
"index.d.ts"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eddieantonio/keyman.git",
"directory": "common/models/wordbreakers"
},
"scripts": {
"build": "tsc",
"prepublish": "npm run build",
"pretest": "npm run build",
"test": "mocha"
},
"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",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"ts-node": "^8.10.1",
"typescript": "^3.8.3"
},
"dependencies": {
"@types/node": "^14.0.3"
},
"gitHead": "eac2ac7445f95aecca303402771f97804500f8ad"
}