mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-29 19:50:25 +00:00
40 lines
1,009 B
JSON
40 lines
1,009 B
JSON
{
|
|
"name": "postcss-discard-overridden",
|
|
"version": "5.0.1",
|
|
"description": "PostCSS plugin to discard overridden @keyframes or @counter-style.",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"LICENSE",
|
|
"dist"
|
|
],
|
|
"keywords": [
|
|
"postcss",
|
|
"css",
|
|
"postcss-plugin",
|
|
"at-rules",
|
|
"@keyframes",
|
|
"@counter-style"
|
|
],
|
|
"author": "Justineo <justice360@gmail.com>",
|
|
"license": "MIT",
|
|
"repository": "cssnano/cssnano",
|
|
"bugs": {
|
|
"url": "https://github.com/cssnano/cssnano/issues"
|
|
},
|
|
"homepage": "https://github.com/cssnano/cssnano",
|
|
"scripts": {
|
|
"prebuild": "del-cli dist",
|
|
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
|
|
"prepublish": "yarn build"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"devDependencies": {
|
|
"postcss": "^8.2.15"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
},
|
|
"gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
|
|
}
|