@keymanapp/common-types 19.0.146-alpha → 19.0.152-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 (1) hide show
  1. package/package.json +91 -90
package/package.json CHANGED
@@ -1,90 +1,91 @@
1
- {
2
- "name": "@keymanapp/common-types",
3
- "description": "Keyman Developer keyboard file types",
4
- "keywords": [
5
- "keyboard",
6
- "keyman",
7
- "ldml",
8
- "unicode"
9
- ],
10
- "type": "module",
11
- "types": "./build/src/main.d.ts",
12
- "exports": {
13
- ".": {
14
- "es6-bundling": "./src/main.ts",
15
- "types": "./build/src/main.d.ts",
16
- "default": "./build/src/main.js"
17
- }
18
- },
19
- "files": [
20
- "/build/src/"
21
- ],
22
- "scripts": {
23
- "build": "tsc -b",
24
- "build:schema": "ajv compile",
25
- "lint": "eslint .",
26
- "test": "npm run lint && cd tests && tsc -b && cd .. && c8 --skip-full --reporter=lcov --reporter=text mocha"
27
- },
28
- "author": "Marc Durdin <marc@keyman.com> (https://github.com/mcdurdin)",
29
- "license": "MIT",
30
- "bugs": {
31
- "url": "https://github.com/keymanapp/keyman/issues"
32
- },
33
- "dependencies": {
34
- "@keymanapp/ldml-keyboard-constants": "19.0.146-alpha",
35
- "@keymanapp/keyman-version": "19.0.146-alpha",
36
- "restructure": "3.0.1"
37
- },
38
- "devDependencies": {
39
- "@types/mocha": "^5.2.7",
40
- "@types/node": "^20.4.1",
41
- "ajv": "^8.12.0",
42
- "ajv-cli": "^5.0.0",
43
- "ajv-formats": "^2.1.1",
44
- "c8": "^7.12.0",
45
- "chalk": "^2.4.2",
46
- "hexy": "^0.3.4",
47
- "typescript": "^5.4.5"
48
- },
49
- "mocha": {
50
- "spec": "build/tests/**/*.tests.js",
51
- "require": [
52
- "source-map-support/register"
53
- ]
54
- },
55
- "repository": {
56
- "type": "git",
57
- "url": "git+https://github.com/keymanapp/keyman.git"
58
- },
59
- "c8": {
60
- "all": true,
61
- "src": [
62
- "src/"
63
- ],
64
- "exclude-after-remap": true,
65
- "exclude": [
66
- "src/deps/",
67
- "src/kmx/kmx-plus-builder/",
68
- "src/kmx/kmx-plus.ts",
69
- "src/kmx/kmx-builder.ts",
70
- "src/kmx/element-string.ts",
71
- "src/lexical-model-types.ts",
72
- "src/kmx/string-list.ts",
73
- "src/ldml-keyboard/ldml-keyboard-testdata-xml.ts",
74
- "src/ldml-keyboard/unicodeset-parser-api.ts",
75
- "src/keyman-touch-layout/keyman-touch-layout-file-writer.ts",
76
- "src/osk/osk.ts",
77
- "src/util/types.ts",
78
- "src/schemas/*",
79
- "tests/",
80
- "src/keyboard-object.ts",
81
- "src/outputTarget.interface.ts",
82
- "src/*.d.ts",
83
- "src/main.ts",
84
- "src/schema-validators.ts",
85
- "src/schemas.ts"
86
- ]
87
- },
88
- "sideEffects": false,
89
- "version": "19.0.146-alpha"
90
- }
1
+ {
2
+ "name": "@keymanapp/common-types",
3
+ "description": "Keyman Developer keyboard file types",
4
+ "keywords": [
5
+ "keyboard",
6
+ "keyman",
7
+ "ldml",
8
+ "unicode"
9
+ ],
10
+ "type": "module",
11
+ "types": "./build/src/main.d.ts",
12
+ "exports": {
13
+ ".": {
14
+ "es6-bundling": "./src/main.ts",
15
+ "types": "./build/src/main.d.ts",
16
+ "default": "./build/src/main.js"
17
+ }
18
+ },
19
+ "files": [
20
+ "/build/src/"
21
+ ],
22
+ "scripts": {
23
+ "build": "tsc -b",
24
+ "build:schema": "ajv compile",
25
+ "lint": "eslint .",
26
+ "test": "npm run lint && cd tests && tsc -b && cd .. && c8 --skip-full --reporter=lcov --reporter=text mocha"
27
+ },
28
+ "author": "Marc Durdin <marc@keyman.com> (https://github.com/mcdurdin)",
29
+ "license": "MIT",
30
+ "bugs": {
31
+ "url": "https://github.com/keymanapp/keyman/issues"
32
+ },
33
+ "dependencies": {
34
+ "@keymanapp/ldml-keyboard-constants": "19.0.152-alpha",
35
+ "@keymanapp/keyman-version": "19.0.152-alpha",
36
+ "restructure": "3.0.1"
37
+ },
38
+ "devDependencies": {
39
+ "@types/mocha": "^5.2.7",
40
+ "@types/node": "^20.4.1",
41
+ "ajv": "^8.12.0",
42
+ "ajv-cli": "^5.0.0",
43
+ "ajv-formats": "^2.1.1",
44
+ "c8": "^7.12.0",
45
+ "chalk": "^2.4.2",
46
+ "hexy": "^0.3.4",
47
+ "typescript": "^5.4.5"
48
+ },
49
+ "mocha": {
50
+ "spec": "build/tests/**/*.tests.js",
51
+ "require": [
52
+ "source-map-support/register"
53
+ ]
54
+ },
55
+ "repository": {
56
+ "type": "git",
57
+ "url": "git+https://github.com/keymanapp/keyman.git",
58
+ "directory": "common/web/types"
59
+ },
60
+ "c8": {
61
+ "all": true,
62
+ "src": [
63
+ "src/"
64
+ ],
65
+ "exclude-after-remap": true,
66
+ "exclude": [
67
+ "src/deps/",
68
+ "src/kmx/kmx-plus-builder/",
69
+ "src/kmx/kmx-plus.ts",
70
+ "src/kmx/kmx-builder.ts",
71
+ "src/kmx/element-string.ts",
72
+ "src/lexical-model-types.ts",
73
+ "src/kmx/string-list.ts",
74
+ "src/ldml-keyboard/ldml-keyboard-testdata-xml.ts",
75
+ "src/ldml-keyboard/unicodeset-parser-api.ts",
76
+ "src/keyman-touch-layout/keyman-touch-layout-file-writer.ts",
77
+ "src/osk/osk.ts",
78
+ "src/util/types.ts",
79
+ "src/schemas/*",
80
+ "tests/",
81
+ "src/keyboard-object.ts",
82
+ "src/outputTarget.interface.ts",
83
+ "src/*.d.ts",
84
+ "src/main.ts",
85
+ "src/schema-validators.ts",
86
+ "src/schemas.ts"
87
+ ]
88
+ },
89
+ "sideEffects": false,
90
+ "version": "19.0.152-alpha"
91
+ }