This repository has been archived on 2024-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
postcss-remove-bem-blocks/package.json

22 lines
480 B
JSON
Raw Normal View History

2021-09-30 20:17:23 +03:00
{
2022-02-01 19:32:12 +03:00
"name": "@advdominion/postcss-remove-bem-blocks",
"version": "2.0.0",
"type": "module",
"engines": {
"node": "^16.0.0"
},
"packageManager": "yarn@3.1.1",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://bitbucket.org/advdominion/postcss-remove-bem-blocks"
},
"license": "MIT",
"peerDependencies": {
"postcss": "8.x"
},
"devDependencies": {
"postcss": "^8.4.6"
}
2021-09-30 20:17:23 +03:00
}