lightningcss-plugin-env-whitespace-fix
Version:
Fixes the custom env variables eating up whitespace everywhere
27 lines • 668 B
JSON
{
"name": "lightningcss-plugin-env-whitespace-fix",
"version": "0.0.2",
"description": "Fixes the custom env variables eating up whitespace everywhere",
"keywords": [
"lightningcss-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/danmb/lightningcss-plugins",
"directory": "packages/env-whitespace-fix"
},
"type": "module",
"files": [
"index.js",
"index.d.ts"
],
"peerDependencies": {
"lightningcss": "^1.10.0"
},
"scripts": {
"format": "prettier --check --write .",
"lint": "eslint",
"check": "tsc --project tsconfig.json --noEmit",
"build": "tsc --project tsconfig.json"
}
}