mirror of
https://github.com/primer/css.git
synced 2024-12-04 14:59:16 +03:00
37 lines
958 B
JSON
37 lines
958 B
JSON
{
|
|
"name": "stylelint-selector-no-utility",
|
|
"version": "2.0.2",
|
|
"description": "Stylelint rule that doesn't allow the styling of utility classes in CSS",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prepare": "node prepare.js",
|
|
"lint": "eslint .",
|
|
"pretest": "npm run lint && npm run prepare",
|
|
"test": "node test/index.js",
|
|
"prepublishOnly": "../../script/notify pending",
|
|
"publish": "../../script/notify success"
|
|
},
|
|
"keywords": [
|
|
"stylelint-rule",
|
|
"stylelint",
|
|
"url",
|
|
"domain",
|
|
"primer",
|
|
"github",
|
|
"css"
|
|
],
|
|
"author": "GitHub, Inc.",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/primer/primer/tree/master/tools/stylelint-selector-no-utility",
|
|
"dependencies": {
|
|
"primer-utilities": "4.14.4",
|
|
"stylelint": "^7.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^3.19.0",
|
|
"eslint-plugin-github": "^0.12.0",
|
|
"fs-extra": "^4.0.2",
|
|
"stylelint-test-rule-tape": "^0.2.0"
|
|
}
|
|
}
|