• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2	"name": "spdx-license-ids",
3	"version": "3.0.17",
4	"description": "A list of SPDX license identifiers",
5	"repository": "jslicense/spdx-license-ids",
6	"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
7	"license": "CC0-1.0",
8	"scripts": {
9		"build": "node build.js",
10		"pretest": "eslint .",
11		"latest": "node latest.js",
12		"test": "node test.js"
13	},
14	"files": [
15		"deprecated.json",
16		"index.json"
17	],
18	"keywords": [
19		"spdx",
20		"license",
21		"licenses",
22		"id",
23		"identifier",
24		"identifiers",
25		"json",
26		"array",
27		"oss"
28	],
29	"devDependencies": {
30		"@shinnn/eslint-config": "^7.0.0",
31		"eslint": "^8.49.0",
32		"eslint-formatter-codeframe": "^7.32.1",
33		"rmfr": "^2.0.0",
34		"tape": "^5.6.6"
35	},
36	"eslintConfig": {
37		"extends": "@shinnn"
38	}
39}
40