postcss-property-lookup
Version:
PostCSS plugin that allows referencing property values without a variable
41 lines (40 loc) • 913 B
JSON
{
"name": "postcss-property-lookup",
"version": "3.0.0",
"description": "PostCSS plugin that allows referencing property values without a variable",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"property-lookup"
],
"author": "Simon Smith <me@simonsmith.io>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/simonsmith/postcss-property-lookup.git"
},
"types": "./index.d.ts",
"engines": {
"node": ">= 10"
},
"dependencies": {
"tcomb": "^3.2.21"
},
"devDependencies": {
"chai": "^4.3.4",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.7.0",
"mocha": "^8.4.0",
"postcss": "^8.2.15"
},
"peerDependencies": {
"postcss": "^8.2.15"
},
"scripts": {
"lint": "eslint index.js test/test.js",
"test": "mocha",
"posttest": "yarn lint"
}
}