JSSTE/package.json
dependabot[bot] 3552a43714
Bump nanoid and mocha
Bumps [nanoid](https://github.com/ai/nanoid) to 3.3.3 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.


Updates `nanoid` from 3.1.20 to 3.3.3
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.20...3.3.3)

Updates `mocha` from 8.4.0 to 10.1.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.1.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-11-03 18:43:20 +00:00

43 lines
879 B
JSON

{
"name": "jsste",
"version": "1.2.3",
"description": "A Javascript Static Template Engine",
"main": "src/index.js",
"directories": {
"test": "test"
},
"files": [
"src",
"package.json",
"README.md",
"LICENSE"
],
"scripts": {
"test": "mocha ./test/test.test.js",
"publish": "npm publish --access publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucaspalomodevelop/JSSTE.git"
},
"keywords": [
"engine",
"templateengine",
"jsste"
],
"author": "Lucas Palomo Lauterbach",
"license": "GPL",
"bugs": {
"url": "https://github.com/lucaspalomodevelop/JSSTE/issues"
},
"homepage": "https://github.com/lucaspalomodevelop/JSSTE#readme",
"dependencies": {},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^10.1.0"
}
}