@html-eslint/template-syntax-parser
Version:
Parse template syntax
50 lines (49 loc) • 1.07 kB
JSON
{
"name": "@html-eslint/template-syntax-parser",
"version": "0.65.0",
"description": "Parse template syntax",
"author": {
"name": "yeonjuan",
"url": "https://github.com/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"
},
"keywords": [
"html",
"eslint",
"parser",
"template",
"handlebars",
"erb",
"twig"
],
"dependencies": {
"@html-eslint/types": "^0.65.0"
},
"devDependencies": {
"eslint": "^9.39.1"
},
"gitHead": "9557d60cbcb4fcfb1c21e11bbe802af3e83cc1ff"
}