posthtml-extra-attributes
Advanced tools
Comparing version 3.0.1 to 3.1.0
{ | ||
"name": "posthtml-extra-attributes", | ||
"description": "Add new attributes to elements in your HTML.", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"license": "MIT", | ||
@@ -11,16 +11,25 @@ "author": "Cosmin Popovici (https://github.com/cossssmin)", | ||
"type": "module", | ||
"exports": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"files": [ | ||
"dist" | ||
], | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
"dev": "vitest", | ||
"build": "unbuild", | ||
"prepack": "unbuild", | ||
"test": "vitest run --coverage", | ||
"lint": "eslint lib/*.{js,ts}", | ||
"lint": "biome lint ./lib", | ||
"pretest": "npm run lint", | ||
"release": "np" | ||
"release": "npx np" | ||
}, | ||
@@ -34,7 +43,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^7.1.0", | ||
"@biomejs/biome": "1.8.3", | ||
"@vitest/coverage-v8": "^1.3.1", | ||
"eslint": "^8.57.0", | ||
"np": "^10.0.0", | ||
"posthtml": "^0.16.4", | ||
"unbuild": "^2.0.0", | ||
"vitest": "^1.3.1" | ||
@@ -41,0 +49,0 @@ }, |
9824
5
8
90