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.35.2", "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": { "es-html-parser": "0.1.1" }, "devDependencies": { "@html-eslint/types": "^0.35.1", "@types/espree": "^10.1.0", "@types/estree": "^0.0.47", "eslint": "^9.19.0", "espree": "^10.3.0", "globals": "^15.12.0" }, "gitHead": "d367b20d5822e66a88aed100f7a3e67bb9e1b2f0" }