{
  "name": "postcss-header",
  "description": "Add a header to a file.",
  "version": "3.0.3",
  "main": "index.js",
  "files": [
    "index.js",
    "lib"
  ],
  "scripts": {
    "lint": "eslint *.js lib --fix",
    "release": "npm run lint && npm test",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fengyuanchen/postcss-header.git"
  },
  "keywords": [
    "header",
    "banner",
    "postcss",
    "postcss-plugin",
    "css"
  ],
  "author": {
    "name": "Chen Fengyuan",
    "url": "https://chenfengyuan.com/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fengyuanchen/postcss-header/issues"
  },
  "homepage": "https://fengyuanchen.github.io/postcss-header",
  "peerDependencies": {
    "postcss": "^8.0.0"
  },
  "devDependencies": {
    "chai": "^4.3.6",
    "eslint": "^8.26.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.26.0",
    "mocha": "^10.1.0",
    "postcss": "^8.4.18"
  }
}
