{ "name": "@keymanapp/kmc-model", "description": "Keyman Developer lexical model compiler", "keywords": [ "keyboard", "keyman", "unicode", "lexical-model", "predictive-text" ], "type": "module", "exports": { ".": "./build/src/main.js" }, "files": [ "/build/src/" ], "scripts": { "build": "tsc -b", "lint": "eslint .", "test": "./build.sh test" }, "author": "Marc Durdin (https://github.com/mcdurdin)", "contributors": [ "Eddie Antonio Santos ", "Joshua Horton" ], "license": "MIT", "bugs": { "url": "https://github.com/keymanapp/keyman/issues" }, "dependencies": { "@keymanapp/common-types": "*", "@keymanapp/keyman-version": "*", "typescript": "^5.4.5" }, "devDependencies": { "@keymanapp/developer-test-helpers": "*", "@keymanapp/models-templates": "*", "@types/mocha": "^5.2.7", "@types/node": "^20.4.1", "c8": "^7.12.0", "chalk": "^2.4.2", "esbuild": "^0.25.0" }, "mocha": { "spec": "build/test/**/*.tests.js", "require": [ "source-map-support/register" ] }, "c8": { "all": true, "src": [ "src/" ], "exclude-after-remap": true, "exclude": [ "test/", "tools/", "src/lexical-model.ts" ] }, "repository": { "type": "git", "url": "git+https://github.com/keymanapp/keyman.git" } }