package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "nwjs-builder-phoenix",
  3. "version": "1.3.4",
  4. "description": "",
  5. "main": "./dist/lib/index.js",
  6. "bin": {
  7. "build": "./dist/bin/build.js",
  8. "run": "./dist/bin/run.js"
  9. },
  10. "scripts": {
  11. "test": "npm run build && ava",
  12. "coverage": "nyc ava",
  13. "build": "tsc",
  14. "release": "npm test && standard-version"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git+https://github.com/evshiron/nwjs-builder-phoenix.git"
  19. },
  20. "author": "evshiron",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/evshiron/nwjs-builder-phoenix/issues"
  24. },
  25. "homepage": "https://github.com/evshiron/nwjs-builder-phoenix#readme",
  26. "devDependencies": {
  27. "@types/debug": "0.0.29",
  28. "@types/es6-shim": "^0.31.32",
  29. "@types/fs-extra-promise": "0.0.31",
  30. "@types/node": "^7.0.5",
  31. "@types/progress": "^1.1.28",
  32. "@types/request": "0.0.41",
  33. "@types/semver": "^5.3.31",
  34. "@types/tmp": "0.0.32",
  35. "@types/yargs": "^6.6.0",
  36. "ava": "^0.18.2",
  37. "cross-env": "^3.2.3",
  38. "nyc": "^10.1.2",
  39. "standard-version": "^4.0.0",
  40. "tslint": "^4.5.1",
  41. "typescript": "^2.2.1"
  42. },
  43. "dependencies": {
  44. "7zip-bin": "^2.0.4",
  45. "debug": "^2.6.1",
  46. "dir-compare": "^1.3.0",
  47. "fs-extra-promise": "^0.4.1",
  48. "globby": "^6.1.0",
  49. "plist": "^2.0.1",
  50. "progress": "^1.1.8",
  51. "rcedit": "^0.8.0",
  52. "request": "^2.80.0",
  53. "request-progress": "^3.0.0",
  54. "semver": "^5.3.0",
  55. "source-map-support": "^0.4.11",
  56. "tmp": "0.0.31",
  57. "yargs": "^7.0.1"
  58. }
  59. }