package.json 765 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "nsis-compat-tester",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.html",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "serve": "http-server ./dist/",
  9. "start": "DEBUG=nsis-compat-updater run --mirror https://npm.taobao.org/mirrors/nwjs/ .",
  10. "dist": "build --win --x86 --mirror https://npm.taobao.org/mirrors/nwjs/ ."
  11. },
  12. "author": "evshiron",
  13. "license": "MIT",
  14. "dependencies": {
  15. "element-ui": "^1.2.9",
  16. "nsis-compat-updater": "^1.0.0",
  17. "vue": "^2.2.6"
  18. },
  19. "devDependencies": {
  20. "http-server": "^0.9.0",
  21. "nwjs-builder-phoenix": "^1.9.3"
  22. },
  23. "build": {
  24. "nwFlavor": "sdk",
  25. "targets": [
  26. "nsis7z"
  27. ],
  28. "nsis": {
  29. "diffUpdaters": true
  30. }
  31. }
  32. }