mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
14 lines
373 B
JSON
14 lines
373 B
JSON
{
|
|
"dependencies": {
|
|
"node-sass": "^4.14.1",
|
|
"npm-run-all": "^1.0.1",
|
|
"pug": "^3.0.2",
|
|
"pug-cli": "^1.0.1-alpha6"
|
|
},
|
|
"scripts": {
|
|
"start": "npx npm-run-all --parallel compile:sass compile:pug",
|
|
"compile:sass": "npx node-sass ./src/scss/mothership.scss ./mothership.css -w",
|
|
"compile:pug": "npx pug src/pug/mothership.pug -o ./ -w -P"
|
|
}
|
|
}
|