{ "description": "A collection of rules that help enforce CSS coding standards in the GNU project.", "main": "index.mjs", "scripts": { "test": "node --test --test-reporter=./reporters/mozilla-format.mjs tests/**" }, "license": "MPL-2.0", "devDependencies": { "stylelint-test-rule-node": "0.4.0" }, "private": true }