spiegel-keyman/common/models/wordbreakers/package.json

51 lines
1.1 KiB
JSON

{
"name": "@keymanapp/models-wordbreakers",
"version": "14.0.75",
"description": "Word breakers bundled in the LMlayer",
"keywords": [
"lexical model",
"models",
"word",
"breaker",
"breaking",
"lmlayer"
],
"contributors": [
"Eddie Antonio Santos <easantos@ualberta.ca>"
],
"homepage": "https://github.com/keymanapp/keyman",
"license": "MIT",
"main": "lib/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/lexical-model-types": "^14.0.75",
"@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.2.1"
}
}