@predictive-text-studio/models-types
Version:
Type definitions in used in the modeling (lexical model/predictive text) component of Keyman.
45 lines (44 loc) • 1.15 kB
JSON
{
"name": "@predictive-text-studio/models-types",
"version": "14.0.0-alpha.0",
"description": "Type definitions in used in the modeling (lexical model/predictive text) component of Keyman.",
"types": "./index.d.ts",
"scripts": {
"test": "tsc test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eddieantonio/keyman.git",
"directory": "common/models/types"
},
"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"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/keymanapp/keyman/tree/master/common/models/types#readme",
"devDependencies": {
"typescript": "^3.8.3"
},
"files": [
"README.md",
"index.d.ts"
],
"gitHead": "591041f16ffed699cf75e32636b338eee6525465"
}