UNPKG

999 BJSONView Raw
1{
2 "name": "@compas/lint-config",
3 "version": "0.0.187",
4 "description": "ESLint & Prettier config",
5 "main": "index.js",
6 "keywords": [
7 "compas",
8 "lint",
9 "eslint",
10 "eslintconfig",
11 "prettier"
12 ],
13 "license": "MIT",
14 "dependencies": {
15 "@babel/core": "7.17.5",
16 "@babel/eslint-parser": "7.17.0",
17 "@babel/plugin-syntax-class-properties": "7.12.13",
18 "eslint": "8.9.0",
19 "eslint-config-prettier": "8.4.0",
20 "eslint-plugin-import": "2.25.4",
21 "eslint-plugin-jsdoc": "37.9.4",
22 "prettier": "2.5.1"
23 },
24 "maintainers": [
25 {
26 "name": "Dirk de Visser",
27 "email": "dirkdev98@gmail.com"
28 },
29 {
30 "name": "Daniël Hansen",
31 "email": "hi@danielhansen.nl"
32 }
33 ],
34 "homepage": "https://compasjs.com",
35 "repository": {
36 "type": "git",
37 "url": "https://github.com/compasjs/compas.git",
38 "directory": "packages/lint-config"
39 },
40 "publishConfig": {
41 "access": "public"
42 },
43 "engines": {
44 "node": ">=16"
45 }
46}