mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
71 lines
1.6 KiB
JSON
71 lines
1.6 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": "./build/obj/index.js",
|
|
"types": "./build/obj/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"es6-bundling": "./src/index.ts",
|
|
"default": "./build/obj/index.js"
|
|
},
|
|
"./lib": {
|
|
"types": "./build/lib/index.d.ts"
|
|
},
|
|
"./obj/*.js": "./build/obj/*.js"
|
|
},
|
|
|
|
"type": "module",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/keymanapp/keyman.git"
|
|
},
|
|
"scripts": {
|
|
"build": "gosh ./build.sh",
|
|
"test": "gosh ./build.sh test"
|
|
},
|
|
"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",
|
|
"c8": "^7.12.0",
|
|
"chai": "^4.3.4",
|
|
"mocha": "^10.0.0",
|
|
"mocha-teamcity-reporter": "^4.0.0",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"dependencies": {
|
|
"@keymanapp/keyman-version": "*",
|
|
"@keymanapp/models-types": "*",
|
|
"@keymanapp/models-wordbreakers": "*",
|
|
"@keymanapp/resources-gosh": "*"
|
|
}
|
|
}
|