{
  "name": "eslint-config-salesforce-license",
  "version": "1.0.1",
  "description": "The eslint config to for Salesforce license",
  "keywords": [
    "Salesforce",
    "eslint"
  ],
  "author": "Thomas <t.dvornik@salesforce.com>",
  "homepage": "https://github.com/forcedotcom/eslint-config-salesforce-license#readme",
  "license": "BSD-3-Clause",
  "main": ".eslintrc.js",
  "files": [
    ".eslintrc.js"
  ],
  "repository": "forcedotcom/eslint-config-salesforce-license",
  "bugs": {
    "url": "https://github.com/forcedotcom/eslint-config-salesforce-license/issues"
  },
  "devDependencies": {
    "eslint-plugin-header": "^3.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "echo 'no build necessary'",
    "test": "echo 'no tests necessary'"
  }
}
