package.json 1.5 KB

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