12 lines
340 B
JSON
12 lines
340 B
JSON
{
|
|
"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
|
|
}
|