@ciolabs/html-find-conditional-comments
Version:
Finds all conditional comments in a string
42 lines • 1.01 kB
JSON
{
"name": "@ciolabs/html-find-conditional-comments",
"version": "0.0.1",
"description": "Finds all conditional comments in a string",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
},
"files": [
"dist"
],
"author": "Customer.io <win@customer.io>",
"license": "Apache-2.0 WITH Commons-Clause",
"repository": {
"type": "git",
"url": "https://github.com/customerio/ciolabs.git",
"directory": "packages/html-find-conditional-comments"
},
"homepage": "https://github.com/customerio/ciolabs/tree/main/packages/html-find-conditional-comments#readme",
"publishConfig": {
"access": "public"
},
"keywords": [
"conditional",
"comments",
"html",
"email",
"outlook",
"mso"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"test": "vitest run"
}
}