package.json 736 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "spdx-license-ids",
  3. "version": "3.0.4",
  4. "description": "A list of SPDX license identifiers",
  5. "repository": "shinnn/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. "test": "node test.js"
  12. },
  13. "files": [
  14. "deprecated.json",
  15. "index.json"
  16. ],
  17. "keywords": [
  18. "spdx",
  19. "license",
  20. "licenses",
  21. "id",
  22. "identifier",
  23. "identifiers",
  24. "json",
  25. "array",
  26. "oss"
  27. ],
  28. "devDependencies": {
  29. "@shinnn/eslint-config": "^6.8.7",
  30. "chalk": "^2.4.1",
  31. "eslint": "^5.10.0",
  32. "get-spdx-license-ids": "^2.1.0",
  33. "rmfr": "^2.0.0",
  34. "tape": "^4.9.1"
  35. },
  36. "eslintConfig": {
  37. "extends": "@shinnn"
  38. }
  39. }