eslint-plugin-css-modules
Version:
Checks that you are using the existent css/scss/less classes, no more no less
69 lines (68 loc) • 1.88 kB
JSON
{
"name": "eslint-plugin-css-modules",
"version": "2.8.1",
"description": "Checks that you are using the existent css/scss/less classes, no more no less",
"main": "build/index.js",
"files": [
"build",
"packages"
],
"scripts": {
"watch": "babel lib -d build --watch",
"build": "rm -rf build && babel lib -d build",
"lint": "eslint lib test",
"test": "concurrently 'npm run test:rules' 'npm run test:mocha'",
"test:rules": "babel-node ./test/lib/rules",
"test:mocha": "mocha 'test/**/*.test.js'",
"my-pre-publish": "concurrently 'npm run test' 'npm run build'",
"my-publish": "npm run my-pre-publish && yarn publish"
},
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"css-modules"
],
"author": {
"name": "Atif Afzal",
"email": "atif5801@gmail.com",
"url": "http://atfzl.me"
},
"repository": {
"type": "git",
"url": "git://github.com/atfzl/eslint-plugin-css-modules.git"
},
"license": "MIT",
"peerDependencies": {
"eslint": ">=2.0.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.0",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-1": "^6.16.0",
"babel-register": "^6.23.0",
"babel-watch": "^2.0.6",
"chai": "^3.5.0",
"concurrently": "^3.3.0",
"eslint": "^3.8.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-flowtype": "^2.25.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-standard": "^2.0.1",
"flow-bin": "^0.36.0",
"mocha": "^3.2.0",
"nodemon": "^1.11.0"
},
"dependencies": {
"gonzales-pe": "^4.0.3",
"lodash": "^4.17.2"
}
}