web 3d图形渲染器
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.

24 lines
542 B

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