postcss-variables-prefixer
Version:
postcss plugin to prefix all css custom properties
51 lines (50 loc) • 1.18 kB
JSON
{
"name": "postcss-variables-prefixer",
"version": "1.2.0",
"description": "postcss plugin to prefix all css custom properties",
"main": "lib/prefixer.js",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"postcss": "^8.2.13"
},
"devDependencies": {
"eslint": "^8.16.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.2.2",
"husky": "^8.0.0",
"jest": "^28.1.0",
"postcss": "^8.4.14"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint ./lib",
"prepare": "husky install"
},
"jest": {
"testEnvironment": "node"
},
"keywords": [
"css",
"postcss",
"postcss-plugin",
"postcss-prefixer"
],
"directories": {
"lib": "./lib",
"test": "./test"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/ryuran/postcss-variables-prefixer.git"
},
"bugs": {
"url": "https://github.com/ryuran/postcss-variables-prefixer/issues"
},
"homepage": "https://github.com/ryuran/postcss-variables-prefixer#readme"
}