UNPKG

@angular-eslint/schematics

Version:
53 lines (52 loc) 1.42 kB
{ "name": "@angular-eslint/schematics", "version": "13.5.0", "description": "Angular Schematics for angular-eslint", "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/schematics" }, "files": [ "dist", "package.json", "README.md", "LICENSE" ], "schematics": "./dist/collection.json", "ng-update": { "packageGroupName": "@angular-eslint/schematics", "migrations": "./dist/migrations.json", "packageGroup": [ "@angular-eslint/builder", "@angular-eslint/bundled-angular-compiler", "@angular-eslint/eslint-plugin", "@angular-eslint/eslint-plugin-template", "@angular-eslint/template-parser", "@angular-eslint/utils" ] }, "ng-add": { "save": "devDependencies" }, "dependencies": { "@angular-eslint/eslint-plugin": "13.5.0", "@angular-eslint/eslint-plugin-template": "13.5.0", "ignore": "5.2.0", "strip-json-comments": "3.1.1", "tmp": "0.2.1" }, "devDependencies": { "@types/tmp": "0.2.3", "@typescript-eslint/experimental-utils": "5.27.1", "eslint": "8.17.0", "tslint-to-eslint-config": "2.4.0" }, "peerDependencies": { "@angular/cli": ">= 13.0.0 < 14.0.0" }, "gitHead": "6552d6c62f99f3c1c135d7309ee613caae394dbb" }