spiegel-keyman/common/lexical-model-types/package.json
2019-10-01 14:00:15 -06:00

39 lines
981 B
JSON

{
"name": "@keymanapp/lexical-model-types",
"version": "0.0.0",
"description": "Type definitions in used in the LMLayer (lexical model/predictive text) component of Keyman.",
"types": "./index.d.ts",
"scripts": {
"test": "tsc test.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/keymanapp/keyman"
},
"keywords": [
"lmlayer",
"keyman",
"predictive",
"text",
"types",
"typing",
"typescript"
],
"author": "Marc Durdin <marc@keyman.com> (https://github.com/mcdurdin)",
"contributors": [
"Eddie Antonio Santos <Eddie.Santos@nrc-cnrc.gc.ca> (https://github.com/eddieantonio)",
"Joshua Horton"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/keymanapp/keyman/issues"
},
"homepage": "https://github.com/keymanapp/keyman/tree/master/common/lexical-model-types#readme",
"devDependencies": {
"typescript": "^3.6.3"
},
"files": [
"README.md",
"index.d.ts"
]
}