vite-plugin-lightningcss
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "vite-plugin-lightningcss", | ||
"module": "src/index.ts", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "Lawrence Chen <lawrencechen2002@gmail.com>", | ||
"license": "MIT", | ||
"description": "A Vite plugin for Lightning CSS.", | ||
"type": "module", | ||
"homepage": "https://github.com/lawrencecchen/vite-plugin-lightningcss#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/lawrencecchen/vite-plugin-lightningcss.git" | ||
}, | ||
"keywords": [ | ||
"css", | ||
"autoprefixer", | ||
"prefix", | ||
"vite" | ||
], | ||
"sideEffects": false, | ||
"exports": { | ||
@@ -29,5 +43,2 @@ ".": { | ||
}, | ||
"engines": { | ||
"node": ">= 16.0.0" | ||
}, | ||
"scripts": { | ||
@@ -34,0 +45,0 @@ "build": "tsup src/index.ts --format esm,cjs --external ../pkg && tsc --emitDeclarationOnly --declaration --outDir ./dist" |
@@ -1,15 +0,1 @@ | ||
# vite-lightningcss-plugin | ||
To install dependencies: | ||
```bash | ||
bun install | ||
``` | ||
To run: | ||
```bash | ||
bun run src/index.ts | ||
``` | ||
This project was created using `bun init` in bun v0.1.11. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. | ||
# vite-plugin-lightningcss |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5748
1
1
0
2