UNPKG

903 BJSONView Raw
1{
2 "name": "@leanup/cli-core-lint",
3 "version": "1.0.126",
4 "description": "This module contains the lint feature for the @leanup/cli.",
5 "author": "Martin Oppitz <npmjs@martinoppitz.com>",
6 "homepage": "https://leanupjs.org",
7 "keywords": [
8 "babel",
9 "eslint",
10 "linter",
11 "typescript",
12 "cli",
13 "html"
14 ],
15 "license": "Apache-2.0",
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/leanupjs/leanup.git"
19 },
20 "bugs": {
21 "url": "https://github.com/leanupjs/leanup/issues"
22 },
23 "dependencies": {
24 "@babel/eslint-parser": "7.13.14",
25 "@typescript-eslint/eslint-plugin": "4.22.0",
26 "@typescript-eslint/parser": "4.22.0",
27 "eslint": "7.25.0",
28 "eslint-plugin-html": "6.1.2",
29 "eslint-plugin-json": "2.1.2"
30 },
31 "engines": {
32 "node": ">=14 <15",
33 "npm": ">=6 <7"
34 },
35 "gitHead": "7ef6bd1b528bde36bdbb3bd5c93a558185f1ee26"
36}