mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.0 KiB
38 lines
1.0 KiB
{
|
|
"name": "@angular-eslint/eslint-plugin-template",
|
|
"version": "21.1.0",
|
|
"description": "ESLint plugin for Angular Templates",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular-eslint/angular-eslint.git",
|
|
"directory": "packages/eslint-plugin-template"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"!**/*.tsbuildinfo",
|
|
"package.json",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"dependencies": {
|
|
"aria-query": "5.3.2",
|
|
"axobject-query": "4.1.0",
|
|
"@angular-eslint/bundled-angular-compiler": "21.1.0",
|
|
"@angular-eslint/utils": "21.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/aria-query": "5.0.4",
|
|
"@angular-eslint/test-utils": "21.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/types": "^7.11.0 || ^8.0.0",
|
|
"@typescript-eslint/utils": "^7.11.0 || ^8.0.0",
|
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
"typescript": "*",
|
|
"@angular-eslint/template-parser": "21.1.0"
|
|
},
|
|
"gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"
|
|
}
|