domelementtype
Version:
all the types of nodes in htmlparser2's dom
60 lines (59 loc) • 1.56 kB
JSON
{
"type": "module",
"name": "domelementtype",
"version": "3.0.0",
"description": "all the types of nodes in htmlparser2's dom",
"author": "Felix Boehm <me@feedic.com>",
"license": "BSD-2-Clause",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fb55"
}
],
"sideEffects": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git://github.com/fb55/domelementtype.git"
},
"keywords": [
"dom",
"element",
"types",
"htmlparser2"
],
"engines": {
"node": ">=20.19.0"
},
"scripts": {
"build": "tsc",
"format": "npm run format:es && npm run format:biome",
"format:biome": "biome check --write .",
"format:es": "npm run lint:es -- --fix",
"lint": "npm run lint:es && npm run lint:biome",
"lint:biome": "biome check .",
"lint:es": "eslint .",
"prepare": "npm run build",
"test": "npm run lint"
},
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"@eslint/compat": "^2.0.2",
"@feedic/eslint-config": "^0.2.3",
"eslint": "^10.0.1",
"eslint-config-biome": "^2.1.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.56.0"
}
}