{ "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/obj/index.js", "types": "build/obj/index.d.ts", "exports": { ".": { "es6-bundling": "./src/index.ts", "default": "./build/obj/index.js" }, "./lib": { "types": "./build/lib/index.d.ts" }, "./obj/*.js": "./build/obj/*.js" }, "directories": { "lib": "lib", "test": "test" }, "files": [ "lib" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/keymanapp/keyman.git" }, "scripts": { "build": "gosh ./build.sh", "test": "gosh ./build.sh test" }, "bugs": { "url": "https://github.com/keymanapp/keyman/issues" }, "devDependencies": { "@keymanapp/models-types": "*", "@keymanapp/resources-gosh": "*", "@types/mocha": "^7.0.2", "c8": "^7.12.0", "mocha": "^10.0.0", "mocha-teamcity-reporter": "^4.0.0", "ts-node": "^10.9.1", "typescript": "^4.9.5" }, "type": "module" }