summaryrefslogtreecommitdiff
path: root/package.json
blob: b76827620564252287546b7649959abf02c0875a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "@lightscale/eslint-config",
  "version": "1.0.0",
  "description": "Lightscale basic eslint config",
  "license": "MIT",
  "author": "Sam Light <sam@lightscale.co.uk>",
  "type": "module",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://git.lightscale.co.uk/lightscale-eslint-config.git"
  },
  "publishConfig": {
    "access": "public"
  }
}