Files
dependabot[bot] 804f2dda90 Bump nunjucks from 3.2.2 to 3.2.4 in /PARANOIA 25th Anniversary Edition
Bumps [nunjucks](https://github.com/mozilla/nunjucks) from 3.2.2 to 3.2.4.
- [Release notes](https://github.com/mozilla/nunjucks/releases)
- [Changelog](https://github.com/mozilla/nunjucks/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mozilla/nunjucks/compare/v3.2.2...v3.2.4)

---
updated-dependencies:
- dependency-name: nunjucks
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-20 21:42:14 +00:00

16 lines
420 B
JSON

{
"private": true,
"name": "Paranoia 25th Anniversary Edition character sheet for Roll20",
"version": "1.0.0",
"description": "Nunjucks templates and scripts to generate the final character sheet",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Guillaume Fortin-Debigar",
"license": "MIT",
"dependencies": {
"nunjucks": "^3.2.4"
}
}