@keymanapp/kmc-model-info 19.0.146-alpha → 19.0.151-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -10
  2. package/package.json +55 -54
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
- # Keyman Developer - kmc-model-info
2
-
3
- This package builds a .model_info file from a Keyman lexical model project. It
4
- can be used from the command line with
5
- [@keymanapp/kmc](https://npmjs.com/package/@keymanapp/kmc).
6
-
7
- This package is used only for preparing metadata files for deployment of
8
- lexical models to the Keyman Cloud Lexical Model Repository.
9
-
10
- * [API Reference](https://help.keyman.com/developer/current-version/reference/api/kmc-model-info)
1
+ # Keyman Developer - kmc-model-info
2
+
3
+ This package builds a .model_info file from a Keyman lexical model project. It
4
+ can be used from the command line with
5
+ [@keymanapp/kmc](https://npmjs.com/package/@keymanapp/kmc).
6
+
7
+ This package is used only for preparing metadata files for deployment of
8
+ lexical models to the Keyman Cloud Lexical Model Repository.
9
+
10
+ * [API Reference](https://help.keyman.com/developer/current-version/reference/api/kmc-model-info)
package/package.json CHANGED
@@ -1,54 +1,55 @@
1
- {
2
- "name": "@keymanapp/kmc-model-info",
3
- "description": "Keyman Developer .model_info compiler",
4
- "keywords": [
5
- "keyboard",
6
- "keyman",
7
- "unicode",
8
- "lexical-model",
9
- "predictive-text"
10
- ],
11
- "type": "module",
12
- "exports": {
13
- ".": "./build/src/index.js"
14
- },
15
- "files": [
16
- "/build/src/"
17
- ],
18
- "scripts": {
19
- "build": "tsc -b",
20
- "lint": "eslint .",
21
- "test": "npm run lint"
22
- },
23
- "author": "Marc Durdin <marc@keyman.com> (https://github.com/mcdurdin)",
24
- "contributors": [
25
- "Eddie Antonio Santos <Eddie.Santos@nrc-cnrc.gc.ca>",
26
- "Joshua Horton"
27
- ],
28
- "license": "MIT",
29
- "bugs": {
30
- "url": "https://github.com/keymanapp/keyman/issues"
31
- },
32
- "dependencies": {
33
- "@keymanapp/common-types": "19.0.146-alpha",
34
- "@keymanapp/developer-utils": "19.0.146-alpha"
35
- },
36
- "devDependencies": {
37
- "@types/mocha": "^5.2.7",
38
- "@types/node": "^20.4.1",
39
- "c8": "^7.12.0",
40
- "chalk": "^2.4.2",
41
- "typescript": "^5.4.5"
42
- },
43
- "mocha": {
44
- "spec": "build/test/**/*.tests.js",
45
- "require": [
46
- "source-map-support/register"
47
- ]
48
- },
49
- "repository": {
50
- "type": "git",
51
- "url": "git+https://github.com/keymanapp/keyman.git"
52
- },
53
- "version": "19.0.146-alpha"
54
- }
1
+ {
2
+ "name": "@keymanapp/kmc-model-info",
3
+ "description": "Keyman Developer .model_info compiler",
4
+ "keywords": [
5
+ "keyboard",
6
+ "keyman",
7
+ "unicode",
8
+ "lexical-model",
9
+ "predictive-text"
10
+ ],
11
+ "type": "module",
12
+ "exports": {
13
+ ".": "./build/src/index.js"
14
+ },
15
+ "files": [
16
+ "/build/src/"
17
+ ],
18
+ "scripts": {
19
+ "build": "tsc -b",
20
+ "lint": "eslint .",
21
+ "test": "npm run lint"
22
+ },
23
+ "author": "Marc Durdin <marc@keyman.com> (https://github.com/mcdurdin)",
24
+ "contributors": [
25
+ "Eddie Antonio Santos <Eddie.Santos@nrc-cnrc.gc.ca>",
26
+ "Joshua Horton"
27
+ ],
28
+ "license": "MIT",
29
+ "bugs": {
30
+ "url": "https://github.com/keymanapp/keyman/issues"
31
+ },
32
+ "dependencies": {
33
+ "@keymanapp/common-types": "19.0.151-alpha",
34
+ "@keymanapp/developer-utils": "19.0.151-alpha"
35
+ },
36
+ "devDependencies": {
37
+ "@types/mocha": "^5.2.7",
38
+ "@types/node": "^20.4.1",
39
+ "c8": "^7.12.0",
40
+ "chalk": "^2.4.2",
41
+ "typescript": "^5.4.5"
42
+ },
43
+ "mocha": {
44
+ "spec": "build/test/**/*.tests.js",
45
+ "require": [
46
+ "source-map-support/register"
47
+ ]
48
+ },
49
+ "repository": {
50
+ "type": "git",
51
+ "url": "git+https://github.com/keymanapp/keyman.git",
52
+ "directory": "developer/src/kmc-model-info"
53
+ },
54
+ "version": "19.0.151-alpha"
55
+ }