mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-02 05:02:28 +00:00
12 lines
231 B
JSON
12 lines
231 B
JSON
{
|
|
"scripts": {
|
|
"build": "node generate.js",
|
|
"start": "node generate.js --watch"
|
|
},
|
|
"dependencies": {
|
|
"@kurohyou/k-scaffold": "^1.5.1",
|
|
"markdown-it": "^13.0.1",
|
|
"pug": "^3.0.2",
|
|
"sass": "^1.56.1"
|
|
}
|
|
} |