UNPKG

884 BJSONView Raw
1{
2 "name": "@loopback/eslint-config",
3 "description": "ESLint configuration for LoopBack projects",
4 "version": "13.0.7",
5 "license": "MIT",
6 "main": "eslintrc.js",
7 "author": "IBM Corp. and LoopBack contributors",
8 "copyright.owner": "IBM Corp. and LoopBack contributors",
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/loopbackio/loopback-next.git",
12 "directory": "packages/eslint-config"
13 },
14 "engines": {
15 "node": "14 || 16 || 18 || 19"
16 },
17 "publishConfig": {
18 "access": "public"
19 },
20 "peerDependencies": {
21 "eslint": "^8.28.0"
22 },
23 "dependencies": {
24 "@typescript-eslint/eslint-plugin": "^5.44.0",
25 "@typescript-eslint/parser": "^5.44.0",
26 "eslint-config-prettier": "^8.5.0",
27 "eslint-plugin-eslint-plugin": "^5.0.7",
28 "eslint-plugin-mocha": "^10.1.0"
29 },
30 "gitHead": "06cbcba72ceb28ab5033bae80cc5504c80ac53c2"
31}