postcss-bem-linter
Version:
A BEM linter for postcss
59 lines (58 loc) • 1.23 kB
JSON
{
"name": "postcss-bem-linter",
"version": "4.0.1",
"description": "A BEM linter for postcss",
"files": [
"index.js",
"lib"
],
"dependencies": {
"minimatch": "^3.1.2",
"postcss-resolve-nested-selector": "^0.1.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.1.0",
"jest": "^24.5.0",
"postcss": "^8.4.21",
"prettier": "^1.13.7"
},
"peerDependencies": {
"postcss": "^8.4.21"
},
"scripts": {
"lint": "eslint lib test index.js",
"start": "jest --watch",
"test": "jest",
"posttest": "yarn run lint"
},
"jest": {
"testRegex": "test/.*\\.js",
"testPathIgnorePatterns": [
"/node_modules/",
"test-util"
],
"testEnvironment": "node"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/postcss/postcss-bem-linter.git"
},
"keywords": [
"css",
"postcss",
"bem",
"lint",
"test"
],
"volta": {
"node": "18.17.1",
"yarn": "1.22.19"
}
}