Shadowrun6eUltimaniaSys/package.json

18 lines
543 B
JSON
Raw Permalink Normal View History

2024-05-20 09:59:52 +00:00
{
"name": "shadowrun-6e-ultimate",
"version": "2.0.0",
"description": "CSS compiler for the Shadowrun6 system",
"scripts": {
"build": "sass src/scss/shadowrun-6e-ultimate.scss css/shadowrun-6e-ultimate.css --style=expanded --no-source-map",
"watch": "sass src/scss/shadowrun-6e-ultimate.scss css/shadowrun-6e-ultimate.css --style=expanded --source-map --watch"
},
"browserslist": [
"last 3 versions"
],
"author": "Asacolips",
"license": "MIT",
"private": true,
"devDependencies": {
"sass": "^1.53.0"
}
}