Files

17 lines
545 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "tgcq-v1",
"version": "1.0.0",
"description": "Fiche pour le jeu Ta gueule cest 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"
}
}