spiegel-keyman/common/models/templates/package.json
dependabot[bot] 93ec6106e1
chore(deps): bump nanoid and mocha
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>
2022-09-16 21:06:23 +00:00

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.5.4"
},
"dependencies": {
"@keymanapp/models-wordbreakers": "*"
}
}