mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
42 lines
1,012 B
JSON
42 lines
1,012 B
JSON
{
|
|
"name": "@keymanapp/developer-lexical-model-compiler",
|
|
"version": "12.0.0-beta+20190819",
|
|
"description": "Keyman Developer lexical model compiler",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "mocha"
|
|
},
|
|
"author": "Marc Durdin (SIL)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/keymanapp/keyman/issues"
|
|
},
|
|
"homepage": "https://github.com/keymanapp/keyman#readme",
|
|
"bin": {
|
|
"kmlmc": "dist/cli.js",
|
|
"kmlmp": "dist/kmlmp.js",
|
|
"kmlmi": "dist/kmlmi.js"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^3.0.0",
|
|
"node": "^11.7.0",
|
|
"node-zip": "^1.1.1",
|
|
"typescript": "^3.2.4",
|
|
"xml2js": "^0.4.19"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.1.7",
|
|
"@types/mocha": "^5.2.7",
|
|
"@types/node": "^10.14.6",
|
|
"chai": "^4.2.0",
|
|
"chalk": "^2.4.2",
|
|
"mocha": "^6.1.4",
|
|
"ts-node": "^8.3.0"
|
|
},
|
|
"mocha": {
|
|
"require": "ts-node/register",
|
|
"spec": "tests/**/test-*.ts"
|
|
}
|
|
}
|