mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependency [npm](https://github.com/npm/cli). These dependencies need to be updated together. Removes `tar` Updates `npm` from 8.19.2 to 10.5.2 - [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/v8.19.2...v10.5.2) --- updated-dependencies: - dependency-name: tar dependency-type: indirect - dependency-name: npm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
620 B
JSON
19 lines
620 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": "^10.5.2",
|
|
"npm-run-all": "^4.1.5",
|
|
"pug": "^3.0.2",
|
|
"pug-cli": "^1.0.0-alpha6",
|
|
"sass": "^1.55.0"
|
|
}
|
|
}
|