spiegel-keyman/common/models/templates/package.json

55 lines
1.2 KiB
JSON

{
"name": "@keymanapp/models-templates",
"description": "Backing model implementations (templates) for Keyman's modelling layer",
"keywords": [
"lm",
"lmlayer",
"lexical",
"model",
"templates",
"modelling",
"keyman",
"backend"
],
"contributors": [
"Eddie Antonio Santos <Eddie.Santos@nrc-cnrc.gc.ca>"
],
"homepage": "https://github.com/keymanapp/keyman#readme",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"directories": {
"test": "test"
},
"files": [
"index.js"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keymanapp/keyman.git"
},
"scripts": {
"build": "tsc",
"pretest": "tsc -b tsconfig.bundled.json",
"test": "mocha -r test/helpers.js"
},
"bugs": {
"url": "https://github.com/keymanapp/keyman/issues"
},
"devDependencies": {
"@keymanapp/models-types": "*",
"@keymanapp/web-utils": "*",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.4",
"chai": "^4.3.4",
"mocha": "^10.0.0",
"typescript": "^4.9.5"
},
"dependencies": {
"@keymanapp/models-wordbreakers": "*"
}
}