package.json 547 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "spdx-license-ids",
  3. "version": "3.0.21",
  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. "latest": "node latest.js",
  11. "pretest": "npm run build",
  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. }