@mozaic-ds/postcss-prepend
Version:
PostCSS plugin that adds content to the beginning of your CSS/SCSS file.
40 lines (39 loc) • 911 B
JSON
{
"name": "@mozaic-ds/postcss-prepend",
"version": "1.76.0",
"description": "PostCSS plugin that adds content to the beginning of your CSS/SCSS file.",
"author": "Trésor ILOYI <tresor.iloyi@gmail.com>",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"release": "npx semantic-release"
},
"devDependencies": {
"jest": "^29.7.0",
"postcss": "^8.5.1",
"semantic-release": "^24.2.1"
},
"jest": {
"testEnvironment": "node"
},
"engines": {
"node": ">=20"
},
"keywords": [
"Adeo",
"ADEO Design System",
"Design System",
"CSS",
"PostCSS",
"postcss-plugin"
],
"homepage": "https://github.com/adeo/postcss-prepend#readme",
"bugs": {
"url": "https://github.com/adeo/postcss-prepend/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adeo/postcss-prepend.git"
},
"license": "Apache-2.0"
}