mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
18 lines
542 B
JSON
18 lines
542 B
JSON
{
|
|
"name": "VadeMecum",
|
|
"version": "1.0.0",
|
|
"description": "Fiche de personnage pour Vade+Mecum",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "npm-run-all --parallel compile:sass compile:pug",
|
|
"compile:sass": "node-sass ./src/scss.scss ./vadeMecum.css -w --output-style=expanded",
|
|
"compile:pug": "pug src/vadeMecum.pug -o ./ -w -d html -P"
|
|
},
|
|
"dependencies": {
|
|
"node-sass": "^7.0.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"pug": "^3.0.2",
|
|
"pug-cli": "^1.0.0-alpha6"
|
|
}
|
|
}
|