package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "nwjs-builder-phoenix",
  3. "version": "1.2.1",
  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/tmp": "0.0.32",
  34. "@types/yargs": "^6.6.0",
  35. "ava": "^0.18.2",
  36. "cross-env": "^3.2.3",
  37. "nyc": "^10.1.2",
  38. "standard-version": "^4.0.0",
  39. "tslint": "^4.5.1",
  40. "typescript": "^2.2.1"
  41. },
  42. "dependencies": {
  43. "7zip-bin": "^2.0.4",
  44. "debug": "^2.6.1",
  45. "fs-extra-promise": "^0.4.1",
  46. "globby": "^6.1.0",
  47. "plist": "^2.0.1",
  48. "progress": "^1.1.8",
  49. "rcedit": "^0.8.0",
  50. "request": "^2.80.0",
  51. "request-progress": "^3.0.0",
  52. "source-map-support": "^0.4.11",
  53. "tmp": "0.0.31",
  54. "yargs": "^7.0.1"
  55. }
  56. }