{ "name": "stylelint-config-primer", "version": "1.3.0", "description": "Sharable stylelint config used by GitHub's CSS", "main": "index.js", "scripts": { "ava": "ava --verbose \"tests/**/*.js\"", "lint": "eslint **/*.js", "test": "npm run lint && npm run ava" }, "repository": { "type": "git", "url": "git+https://github.com/primer/stylelint-config-primer.git" }, "keywords": [ "github", "primer", "stylelint-config", "stylelint", "css" ], "author": "GitHub, Inc.", "license": "MIT", "bugs": { "url": "https://github.com/primer/stylelint-config-primer/issues" }, "homepage": "https://github.com/primer/stylelint-config-primer#readme", "dependencies": { "stylelint-scss": "^1.3.4", "stylelint-selector-no-utility": "^1.3.0" }, "devDependencies": { "ava": "^0.17.0", "eslint": "^3.0.1", "eslint-plugin-github": "^0.6.1", "stylelint": "^7.4.2" }, "peerDependencies": { "stylelint": "^7.4.2" } }