Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1234567891011121314151617181920212223
  1. {
  2. "name": "node-api-version",
  3. "version": "0.2.0",
  4. "author": "Tim Fish <tim@timfish.uk>",
  5. "main": "index.js",
  6. "types": "types.d.ts",
  7. "description": "Gets the supported Node-API version for a specific node or electron version",
  8. "license": "MIT",
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/timfish/node-api-version"
  12. },
  13. "scripts": {
  14. "electron-versions": "node ./electron-versions.js",
  15. "test": "node ./test.js"
  16. },
  17. "dependencies": {
  18. "semver": "^7.3.5"
  19. },
  20. "devDependencies": {
  21. "got": "^11.8.2"
  22. }
  23. }