blob: 18f134376b5e93abc8c6371fbb08a93f15d0a313 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | {
  "name": "css-bundle",
  "version": "1.0.0",
  "description": "Simple node project to run stylelint from SonarCSS",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "LGPL-3.0",
  "dependencies": {
    "stylelint": "10.1.0"
  }
}
 |