package.json 988 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "nsis-compat-updater",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "./dist/lib/index.js",
  6. "scripts": {
  7. "prepublish": "npm run build",
  8. "test": "npm run build && ava --verbose",
  9. "build": "tsc"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/evshiron/nwjs-builder-phoenix.git"
  14. },
  15. "author": "evshiron",
  16. "license": "MIT",
  17. "bugs": {
  18. "url": "https://github.com/evshiron/nwjs-builder-phoenix/issues"
  19. },
  20. "homepage": "https://github.com/evshiron/nwjs-builder-phoenix#readme",
  21. "devDependencies": {
  22. "@types/bluebird-global": "^3.5.1",
  23. "@types/node": "^7.0.12",
  24. "@types/semver": "^5.3.31",
  25. "@types/tmp": "0.0.32",
  26. "ava": "^0.18.2",
  27. "nwjs-builder-phoenix": "^1.9.3",
  28. "tslint": "^5.0.0",
  29. "typescript": "^2.2.2"
  30. },
  31. "dependencies": {
  32. "bluebird": "^3.5.0",
  33. "debug": "^2.6.3",
  34. "got": "^6.7.1",
  35. "progress-stream": "^1.2.0",
  36. "semver": "^5.3.0",
  37. "tmp": "0.0.31"
  38. }
  39. }