summaryrefslogtreecommitdiff
path: root/package.json
blob: 80ec1a28a01be7f9a2688f9dac2b5136af74168b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "@lightscale/eslint-config",
  "version": "1.0.2",
  "description": "Lightscale basic eslint config",
  "license": "MIT",
  "author": "Sam Light <sam@lightscale.co.uk>",
  "type": "module",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://git.lightscale.co.uk/lightscale-eslint-config.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@babel/eslint-parser": "^7.16.0",
    "@eslint/js": "^9.23.0",
    "globals": "^16.0.0"
  },
  "peerDependencies": {
    "@babel/core": ">= 7",
    "eslint": ">= 9"
  }
}