UNPKG

@html-eslint/template-parser

Version:

HTML parser for template literals

43 lines (42 loc) 1.04 kB
{ "name": "@html-eslint/template-parser", "version": "0.54.0", "description": "HTML parser for template literals ", "author": "yeonjuan", "homepage": "https://github.com/yeonjuan/html-eslint#readme", "license": "MIT", "main": "lib/index.js", "types": "types/exports.d.ts", "files": [ "lib", "types" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/yeonjuan/html-eslint.git" }, "scripts": { "ts": "tsc --noEmit", "lint": "eslint .", "test": "jest --coverage", "build": "rimraf types && tsc --project tsconfig.build.json" }, "bugs": { "url": "https://github.com/yeonjuan/html-eslint/issues" }, "dependencies": { "@html-eslint/types": "^0.54.0", "es-html-parser": "0.3.1" }, "devDependencies": { "@types/espree": "^10.1.0", "@types/estree": "^0.0.47", "eslint": "^9.39.1", "espree": "^10.3.0", "globals": "^15.12.0" }, "gitHead": "b7f3d1d94a5583a1540fdb6e8a1a982cd6445dca" }