forked from keymanapp/lexical-models
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 834 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": "^14.0.272",
"@keymanapp/models-types": "^14.0.272",
"@types/node": "^10.17.27",
"node": "^14.15.0",
"node-zip": "^1.1.1",
"typescript": "^3.9.6"
},
"devDependencies": {
"chalk": "^2.4.2",
"xml2js": "^0.4.23"
}
}