summaryrefslogtreecommitdiff
path: root/package.json
blob: 12e6dca85b832add2d19767b965bbcebee951bb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "license": "GPL-2.0-only",
  "repository": "https://github.com/aleho/gnome-shell-volume-mixer",
  "devDependencies": {
    "eslint": "^7.26.0",
    "sass": "^1.32.12"
  },
  "scripts": {
    "eslint": "eslint shell-volume-mixer@derhofbauer.at",
    "build": "sass --no-source-map styles.scss shell-volume-mixer@derhofbauer.at/stylesheet.css"
  }
}