mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
17 lines
545 B
JSON
17 lines
545 B
JSON
{
|
||
"name": "tgcq-v1",
|
||
"version": "1.0.0",
|
||
"description": "Fiche pour le jeu Ta gueule c’est quantique.",
|
||
"scripts": {
|
||
"start": "npm-run-all --parallel compile:sass compile:pug",
|
||
"compile:sass": "sass ./src/tgcq.sass ./tgcq.css -w --no-charset --style=expanded --silence-deprecation=import",
|
||
"compile:pug": "pug ./src/tgcq.pug -o ./ -w -d html -P"
|
||
},
|
||
"dependencies": {
|
||
"npm-run-all": "^4.1.5",
|
||
"pug": "^3.0.2",
|
||
"pug-cli": "^1.0.0-alpha6",
|
||
"sass": "^1.75.0"
|
||
}
|
||
}
|