{ "name": "reifenscheune", "version": "1.0.0", "description": "## Creating a release", "main": "index.js", "scripts": { "sass": "sass -s compressed scss/main.scss:src/css/main.css", "sass:watch": "sass --watch scss/main.scss:src/css/main.css", "stylelint": "stylelint \"**/*.scss\"", "stylelint:fix": "stylelint \"**/*.scss\" --fix", "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", "stylelint": "^16.14.1", "stylelint-config-standard-scss": "^14.0.0", "stylelint-order": "^6.0.4" } }