@notiv/postcss-property-lookup
Version:
PostCSS plugin that allows referencing property values without a variable
41 lines (40 loc) • 1.03 kB
JSON
{
"name": "@notiv/postcss-property-lookup",
"version": "2.1.1",
"description": "PostCSS plugin that allows referencing property values without a variable",
"scripts": {
"lint": "eslint lib/index.js test/test.js",
"build": "babel lib --out-dir build",
"test": "jest",
"posttest": "npm run lint",
"prepublishOnly": "npm run test && npm run build"
},
"keywords": [
"postcss",
"css",
"postcss-plugin",
"property-lookup"
],
"author": "Simon Smith <me@simonsmith.io>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/notiv-nt/postcss-property-lookup.git"
},
"main": "build/index.js",
"dependencies": {
"tcomb": "^3.2.21"
},
"peerDependencies": {
"postcss": "^8.2.4"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"eslint": "^7.18.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.7.0",
"jest": "^26.6.3"
}
}