17 lines
423 B
JSON

{
"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",
"license": "ISC",
"devDependencies": {
"sass": "^1.85.1"
}
}