spiegel-keyman/common/models/wordbreakers/package.json
2021-10-06 23:11:38 -04:00

54 lines
1.1 KiB
JSON

{
"name": "@keymanapp/models-wordbreakers",
"version": "15.0.129",
"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": "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/models-types": "^15.0.129",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"chai": "^4.3.4",
"mocha": "^8.4.0",
"ts-node": "^9.1.1",
"typescript": "^3.8.3"
},
"dependencies": {
"@types/node": "^14.0.3"
}
}