package.json
 1  {
 2    "name": "spdx-exceptions",
 3    "description": "list of SPDX standard license exceptions",
 4    "version": "2.3.0",
 5    "author": "The Linux Foundation",
 6    "contributors": [
 7      "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)"
 8    ],
 9    "license": "CC-BY-3.0",
10    "repository": "kemitchell/spdx-exceptions.json",
11    "files": [
12      "index.json"
13    ],
14    "scripts": {
15      "build": "node build.js"
16    }
17  }