UNPKG

962 BJSONView Raw
1{
2 "name": "@compas/lint-config",
3 "version": "0.0.178",
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.16.0",
16 "@babel/eslint-parser": "7.16.3",
17 "@babel/plugin-syntax-class-properties": "7.12.13",
18 "eslint": "8.3.0",
19 "eslint-config-prettier": "8.3.0",
20 "eslint-plugin-import": "2.25.3",
21 "eslint-plugin-jsdoc": "37.1.0",
22 "prettier": "2.5.0"
23 },
24 "maintainers": [
25 {
26 "name": "Dirk de Visser",
27 "email": "dirkdev98@gmail.com"
28 },
29 {
30 "name": "Daniël Hansen"
31 }
32 ],
33 "homepage": "https://compasjs.com",
34 "repository": {
35 "type": "git",
36 "url": "https://github.com/compasjs/compas.git",
37 "directory": "packages/lint-config"
38 },
39 "publishConfig": {
40 "access": "public"
41 },
42 "engines": {
43 "node": ">=16"
44 }
45}