提交学习笔记专用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
449 B

  1. {
  2. "name": "node-releases",
  3. "version": "2.0.27",
  4. "description": "Node.js releases data",
  5. "type": "module",
  6. "scripts": {
  7. "build": "node scripts/build.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/chicoxyzzy/node-releases.git"
  12. },
  13. "keywords": [
  14. "nodejs",
  15. "releases"
  16. ],
  17. "author": "Sergey Rubanov <chi187@gmail.com>",
  18. "license": "MIT",
  19. "devDependencies": {
  20. "semver": "^7.3.5"
  21. }
  22. }