{ "name": "@keymanapp/lexical-model-compiler", "description": "Keyman Developer lexical model compiler", "keywords": [ "keyboard", "predictive-text", "keyman", "lexical-model", "unicode" ], "scripts": { "build": "tsc -b", "test": "cd tests && tsc -b && cd .. && mocha", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/keymanapp/keyman" }, "author": "Marc Durdin (https://github.com/mcdurdin)", "contributors": [ "Eddie Antonio Santos ", "Joshua Horton" ], "license": "MIT", "bugs": { "url": "https://github.com/keymanapp/keyman/issues" }, "homepage": "https://github.com/keymanapp/keyman/tree/master/common/predictive-text#readme", "bin": { "kmlmc": "dist/kmlmc.js", "kmlmp": "dist/kmlmp.js", "kmlmi": "dist/kmlmi.js" }, "engines": { "node": ">=16.0.0" }, "dependencies": { "@keymanapp/models-types": "*", "commander": "^3.0.0", "typescript": "^4.5.4", "xml2js": "^0.4.19" }, "devDependencies": { "@keymanapp/models-templates": "*", "@keymanapp/models-wordbreakers": "*", "@keymanapp/keyman-version": "*", "@types/chai": "^4.1.7", "@types/mocha": "^5.2.7", "@types/node": "^10.14.6", "@types/xml2js": "^0.4.5", "chai": "^4.3.4", "chalk": "^2.4.2", "jszip": "^3.7.0", "mocha": "^8.4.0", "ts-node": "^9.1.1" }, "mocha": { "spec": "dist-tests/**/test-*.js" } }