UNPKG

brandeur-plugin-enforce-longhands

Version:

Brandeur plugin that enforces longhand properties over shorthand properties

59 lines (58 loc) 1.76 kB
{ "name": "brandeur-plugin-enforce-longhands", "version": "0.0.8", "description": "Brandeur plugin that enforces longhand properties over shorthand properties", "typings": "index.d.ts", "main": "lib/index.js", "module": "es/index.js", "jsnext:main": "es/index.js", "sideEffects": false, "files": [ "LICENSE", "README.md", "lib/**", "es/**" ], "scripts": { "setup": "pnpm build", "clean": "rimraf lib es coverage", "build": "pnpm clean && pnpm build:es && pnpm build:lib", "build:es": "babel src --out-dir es --ignore **/__tests__", "build:lib": "cross-env BABEL_ENV=commonjs babel src --out-dir lib --ignore **/__tests__", "watch": "npm run watch:lib & npm run watch:es", "watch:lib": "BABEL_ENV=commonjs babel src -d lib -w", "watch:es": "babel src -d es -w", "test": "jest --config=jest.config.js", "coverage": "pnpm test -- --coverage" }, "repository": "https://github.com/robinweser/brandeur/", "keywords": [ "brandeur", "brandeur plugin", "vendor prefixes", "autoprefixer", "dynamic styling", "inline style", "css-hooks" ], "author": "Robin Weser", "license": "MIT", "peerDependencies": { "brandeur-plugin-sort-properties": "^1.0.0" }, "devDependencies": { "@babel/cli": "^7.23.4", "@babel/core": "^7.23.7", "@babel/node": "^7.22.19", "@babel/plugin-transform-modules-commonjs": "^7.23.2", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.23.8", "babel-core": "7.0.0-bridge.0", "babel-jest": "^29.7.0", "brandeur-plugin-sort-properties": "^0.0.8", "cross-env": "^7.0.3", "jest": "^29.7.0", "rimraf": "^5.0.5" }, "gitHead": "0977fb98134333a7a93df3c3fb562ad19f3a9865" }