summaryrefslogtreecommitdiff
path: root/package.json
blob: 0d9c3c3eca7724f2282e37a5956dd6191a907795 (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": "https://git.lightscale.co.uk/lightscale-eslint-config.git"
  },
  "publishConfig": {
    "access": "public"
  }
}