Files
roll20-character-sheets/Nephilim-Legende/package.json
T
dependabot[bot] 578c8267ea Bump minimatch and npm in /Nephilim-Legende
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.4 and updates ancestor dependency [npm](https://github.com/npm/cli). These dependencies need to be updated together.


Updates `minimatch` from 3.1.2 to 3.1.4
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.4)

Updates `npm` from 11.9.0 to 11.10.1
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v11.9.0...v11.10.1)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 3.1.4
  dependency-type: indirect
- dependency-name: npm
  dependency-version: 11.10.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-25 02:53:16 +00:00

19 lines
621 B
JSON

{
"name": "nephilim-legende",
"version": "1.0.0",
"description": "Fiche de personnage pour Nephilim Légende",
"main": "index.js",
"scripts": {
"start": "npm-run-all --parallel compile:sass compile:pug",
"compile:sass": "sass ./src/nephilim-legende.sass ./nephilim-legende.css -w --no-charset --style=expanded",
"compile:pug": "pug --doctype=html --pretty ./src/nephilim-legende.pug -o ./ -w"
},
"dependencies": {
"npm": "^11.10.1",
"npm-run-all": "^4.1.5",
"pug": "^3.0.2",
"pug-cli": "^1.0.0-alpha6",
"sass": "^1.55.0"
}
}