{ "name": "@keymanapp/models-wordbreakers", "description": "Word breakers bundled in the modeling layer", "keywords": [ "lexical model", "models", "word", "breaker", "breaking", "lmlayer" ], "contributors": [ "Eddie Antonio Santos " ], "homepage": "https://github.com/keymanapp/keyman", "license": "MIT", "main": "build/index.js", "directories": { "lib": "lib", "test": "test" }, "files": [ "lib" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/keymanapp/keyman.git" }, "scripts": { "build": "tsc", "prepublish": "npm run build", "pretest": "npm run build", "test": "mocha" }, "bugs": { "url": "https://github.com/keymanapp/keyman/issues" }, "devDependencies": { "@keymanapp/models-types": "*", "@types/chai": "^4.2.11", "@types/mocha": "^7.0.2", "chai": "^4.3.4", "mocha": "^10.0.0", "ts-node": "^9.1.1", "typescript": "^4.5.4" }, "dependencies": { "@types/node": "^14.0.3" } }