Files
postcss-partial-process/package.json
Benoît Rouleau ab73c6c832 Update dependencies
2020-07-19 16:56:24 -04:00

29 lines
858 B
JSON

{
"name": "postcss-partial-process",
"version": "2.0.0",
"description": "PostCSS plugin that runs other plugins on parts of a CSS file delimited by comments",
"keywords": [
"postcss",
"css",
"postcss-plugin"
],
"author": "Benoît Rouleau <benoit.rouleau@icloud.com>",
"license": "ISC",
"repository": "https://github.com/benface/postcss-partial-process.git",
"bugs": "https://github.com/benface/postcss-partial-process/issues",
"homepage": "https://github.com/benface/postcss-partial-process",
"scripts": {
"test": "jest",
"release": "f(){ release-it $1 && github-release-from-changelog ;};f"
},
"dependencies": {
"postcss": "^7.0.32"
},
"devDependencies": {
"github-release-from-changelog": "^2.1.1",
"jest": "^26.1.0",
"postcss-prepend-selector": "^0.3.1",
"release-it": "^13.6.5"
}
}