@predictive-text-studio/lexical-model-compiler
Version:
Keyman Developer lexical model compiler
69 lines (68 loc) • 1.8 kB
JSON
{
"name": "@predictive-text-studio/lexical-model-compiler",
"version": "14.0.0-alpha.0",
"description": "Keyman Developer lexical model compiler",
"keywords": [
"keyboard",
"predictive-text",
"keyman",
"lexical-model",
"unicode"
],
"scripts": {
"build": "tsc",
"test": "mocha",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eddieantonio/keyman.git",
"directory": "developer/js"
},
"publishConfig": {
"access": "public"
},
"author": "Marc Durdin <marc@keyman.com> (https://github.com/mcdurdin)",
"contributors": [
"Eddie Antonio Santos <Eddie.Santos@nrc-cnrc.gc.ca>",
"Joshua Horton"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/keymanapp/keyman/issues"
},
"homepage": "https://github.com/keymanapp/keyman/tree/master/common/predictive-text#readme",
"main": "dist/index.js",
"bin": {
"kmlmc": "dist/kmlmc.js",
"kmlmp": "dist/kmlmp.js",
"kmlmi": "dist/kmlmi.js"
},
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@predictive-text-studio/models-types": "^14.0.0-alpha.0",
"commander": "^3.0.0",
"typescript": "^3.8.3",
"xml2js": "^0.4.19"
},
"devDependencies": {
"@predictive-text-studio/models-templates": "^14.0.0-alpha.0",
"@predictive-text-studio/models-wordbreakers": "^14.0.0-alpha.0",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.7",
"@types/node": "^10.14.6",
"@types/xml2js": "^0.4.5",
"chai": "^4.2.0",
"chalk": "^2.4.2",
"jszip": "^2.5.0",
"mocha": "^6.1.4",
"ts-node": "^8.3.0"
},
"mocha": {
"require": "ts-node/register",
"spec": "tests/**/test-*.ts"
},
"gitHead": "591041f16ffed699cf75e32636b338eee6525465"
}