mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
22 lines
598 B
JSON
22 lines
598 B
JSON
{
|
|
"name": "pendragon6thedition",
|
|
"version": "3.3.0",
|
|
"description": "You need to run npm start to get the compilers going.",
|
|
"dependencies": {
|
|
"20": "^3.1.9",
|
|
"node-sass": "^9.0.0",
|
|
"npm-run-all": "^4.1.1",
|
|
"pug": "^3.0.2",
|
|
"pug-cli": "^1.0.0-alpha6"
|
|
},
|
|
"scripts": {
|
|
"start": "npm-run-all --parallel \"compile:pug -- -w\" \"compile:sass -- --w\"",
|
|
"compile:sass": "node-sass --no-source-map --style compressed ./src/pendragon.scss ./pendragon.css ",
|
|
"compile:pug": "pug -o . src/pendragon.pug"
|
|
},
|
|
"keywords": [
|
|
"Roll20"
|
|
],
|
|
"license": "ISC"
|
|
}
|