summaryrefslogtreecommitdiff
path: root/package.json
blob: acebd798ac828d837706b096e8619e6f889d4f01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "@lightscale/eslint-config",
  "version": "1.0.1",
  "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"
  }
}