forked from keymanapp/lexical-models
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 830 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "lexical-models",
"version": "1.0.0",
"description": "Lexical models for predictive text in Keyman",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keymanapp/lexical-models.git"
},
"author": "Marc Durdin (SIL)",
"license": "MIT",
"bugs": {
"url": "https://github.com/keymanapp/lexical-models/issues"
},
"homepage": "https://github.com/keymanapp/lexical-models#readme",
"dependencies": {
"@keymanapp/lexical-model-compiler": "^16.0.138",
"@keymanapp/models-types": "^16.0.138",
"@types/node": "^18.11.18",
"node": "^18.13.0",
"typescript": "^4.9.5"
},
"devDependencies": {
"chalk": "^2.4.2",
"xml2js": "^0.5.0",
"jszip": "^3.7.0"
}
}