mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
Bumps [nanoid](https://github.com/ai/nanoid) and [mocha](https://github.com/mochajs/mocha). These dependencies needed to be updated together. Removes `nanoid` Updates `mocha` from 8.4.0 to 10.0.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v8.4.0...v10.0.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect - dependency-name: mocha dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"name": "@keymanapp/models-wordbreakers",
|
|
"description": "Word breakers bundled in the modeling layer",
|
|
"keywords": [
|
|
"lexical model",
|
|
"models",
|
|
"word",
|
|
"breaker",
|
|
"breaking",
|
|
"lmlayer"
|
|
],
|
|
"contributors": [
|
|
"Eddie Antonio Santos <easantos@ualberta.ca>"
|
|
],
|
|
"homepage": "https://github.com/keymanapp/keyman",
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "test"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/keymanapp/keyman.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepublish": "npm run build",
|
|
"pretest": "npm run build",
|
|
"test": "mocha"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/keymanapp/keyman/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@keymanapp/models-types": "*",
|
|
"@types/chai": "^4.2.11",
|
|
"@types/mocha": "^7.0.2",
|
|
"chai": "^4.3.4",
|
|
"mocha": "^10.0.0",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.5.4"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^14.0.3"
|
|
}
|
|
}
|