{ "name": "reifenscheune", "version": "1.0.0", "description": "## Creating a release", "main": "index.js", "scripts": { "sass": "sass -t compact scss/main.scss:src/css/main.css", "sass:watch": "sass --watch scss/main.scss:src/css/main.css", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Christian Wolf", "repository": { "type": "git", "url": "https://git.christian-wolf.click/christian/christians-reifenscheune.git" }, "bugs": { "url": "https://git.christian-wolf.click/christian/christians-reifenscheune/issues" }, "homepage": "https://christian-wolf.click/christians-reifenscheune", "license": "ISC", "devDependencies": { "sass": "^1.85.1" } }