@samatech/postcss-basics
Advanced tools
Comparing version
{ | ||
"name": "@samatech/postcss-basics", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Simple opinionated PostCSS plugin pack.", | ||
@@ -11,3 +11,15 @@ "keywords": [ | ||
], | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
} | ||
}, | ||
"types": "dist/index.d.mts", | ||
"files": [ | ||
"lib", | ||
"dist" | ||
], | ||
"author": "SamaTech <samatechtw@gmail.com>", | ||
@@ -20,2 +32,3 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "rm -rf dist/* && tsup lib/index.ts --dts --format esm,cjs", | ||
"lint": "eslint --ext .js index.js", | ||
@@ -45,2 +58,4 @@ "format": "eslint --fix --ext .js index.js", | ||
"prettier": "^3.1.0", | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.3.2", | ||
"vitest": "^0.34.6" | ||
@@ -47,0 +62,0 @@ }, |
7756
43.79%9
12.5%92
148.65%12
20%No
NaN