@digigov/postcss-banner
Version:
PostCSS plugin to add text banner to resulting file
38 lines • 800 B
JSON
{
"name": "@digigov/postcss-banner",
"version": "1.0.5-rc.29",
"description": "PostCSS plugin to add text banner to resulting file",
"keywords": [
"postcss",
"css",
"postcssplugin",
"banner",
"footer"
],
"author": "GRNET Devs <devs@lists.grnet.gr>",
"files": [
"index.js"
],
"peerDependencies": {
"postcss": "8.4.4"
},
"devDependencies": {
"chai": "4",
"eslint": "9.16.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-import": "2.29.1",
"mocha": "5",
"prettier": "3.4.2",
"@digigov/cli-lint": "2.0.0-rc.29",
"@digigov/cli": "2.0.0-rc.29",
"publint": "0.1.8"
},
"dependencies": {
"publint": "0.1.8"
},
"scripts": {
"test": "mocha",
"publint": "publint",
"lint": "digigov lint"
}
}