mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"name": "@keymanapp/models-wordbreakers",
|
|
"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": "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"
|
|
}
|