package.json 538 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@wailsapp/runtime",
  3. "version": "2.0.0",
  4. "description": "Wails Javascript runtime library",
  5. "main": "runtime.js",
  6. "types": "runtime.d.ts",
  7. "scripts": {
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/wailsapp/wails.git"
  12. },
  13. "keywords": [
  14. "Wails",
  15. "Javascript",
  16. "Go"
  17. ],
  18. "author": "Lea Anthony <lea.anthony@gmail.com>",
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://github.com/wailsapp/wails/issues"
  22. },
  23. "homepage": "https://github.com/wailsapp/wails#readme"
  24. }