UNPKG

@html-eslint/template-syntax-parser

Version:
38 lines (37 loc) 918 B
{ "name": "@html-eslint/template-syntax-parser", "version": "0.35.2", "description": "Parse template syntax", "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" }, "devDependencies": { "@html-eslint/types": "^0.35.1", "eslint": "^9.19.0", "espree": "^10.3.0", "globals": "^15.12.0" }, "gitHead": "d367b20d5822e66a88aed100f7a3e67bb9e1b2f0" }