{ "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.0.1" } }