42 lines
968 B
JSON
42 lines
968 B
JSON
{
|
|
"name": "posthtml-match-helper",
|
|
"description": "A helper to expand CSS selectors into PostHTML matcher objects",
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"author": "Rasmus Fløe (https://github.com/phloe)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/posthtml/posthtml-match-helper.git"
|
|
},
|
|
"bugs": "https://github.com/posthtml/posthtml-match-helper/issues",
|
|
"type": "module",
|
|
"exports": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"dev": "vitest",
|
|
"test": "vitest run --coverage",
|
|
"lint": "biome lint ./lib",
|
|
"pretest": "npm run lint",
|
|
"release": "npx np"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"keywords": [
|
|
"posthtml",
|
|
"posthtml-helper",
|
|
"posthtml-matcher"
|
|
],
|
|
"peerDependencies": {
|
|
"posthtml": "^0.16.6"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.8.3",
|
|
"@vitest/coverage-v8": "^1.3.1",
|
|
"vitest": "^1.3.1"
|
|
}
|
|
}
|