{
  "name": "@mapbox/stylelint-processor-arbitrary-tags",
  "version": "0.4.0",
  "description": "A stylelint processor that allows you to lint CSS within arbitrary tags",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "tap": "tap test/test.js",
    "test": "npm run tap && npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mapbox/stylelint-processor-arbitrary-tags.git"
  },
  "keywords": [
    "stylelint",
    "stylelint-processor"
  ],
  "author": "Mapbox",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mapbox/stylelint-processor-arbitrary-tags/issues"
  },
  "homepage": "https://github.com/mapbox/stylelint-processor-arbitrary-tags#readme",
  "devDependencies": {
    "eslint": "^7.12.1",
    "eslint-config-davidtheclark-node": "^0.2.0",
    "eslint-plugin-node": "^11.1.0",
    "lodash": "^4.17.20",
    "stylelint": "^9.0.0",
    "tap": "^14.10.8"
  },
  "dependencies": {
    "execall": "^1.0.0",
    "split-lines": "^1.1.0"
  },
  "engines": {
    "node": ">=10"
  }
}
