blob: 7426345568218a00763849514637dd8d4f9c2162 (
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": "9.2.1"
}
}
|