{
  "name": "stylelint-config-ecss",
  "version": "0.1.2",
  "description": "A stylelint config based on ECSS",
  "keywords": [
    "stylelint",
    "stylelint-config",
    "stylelint-ecss",
    "ecss"
  ],
  "homepage": "https://github.com/tyankatsu0105/stylelint-config-ecss",
  "bugs": {
    "url": "https://github.com/tyankatsu0105/stylelint-config-ecss/issues"
  },
  "repository": "git@github.com:tyankatsu0105/stylelint-config-ecss.git",
  "license": "MIT",
  "author": "tyankatsu <frips.ryilsufupe+dev@gmail.com>",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "precommit": "lint-staged",
    "commit": "git-cz",
    "lint-staged": "lint-staged",
    "release": "shipjs prepare",
    "test": "stylelint tests/fixture/**/*.vue --config tests/.stylelintrc.js",
    "test:watch": "onchange -d 1000 'tests/fixture/**/*.vue' -- stylelint 'tests/fixture/**/*.vue' --config tests/.stylelintrc.js"
  },
  "lint-staged": {
    "*.{js,scss,md}": [
      "prettier --write"
    ]
  },
  "dependencies": {
    "stylelint-plugin-ecss": "^1.1.0"
  },
  "devDependencies": {
    "commitizen": "^4.2.1",
    "cz-conventional-changelog": "^3.3.0",
    "lint-staged": "^10.3.0",
    "onchange": "^7.0.2",
    "prettier": "^2.1.1",
    "shipjs": "^0.21.0",
    "stylelint": "^13.7.0",
    "stylelint-declaration-strict-value": "^1.5.0"
  }
}
