| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "nsis-compat-tester",
- "version": "1.0.0",
- "description": "",
- "main": "main.html",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "serve": "http-server ./dist/",
- "start": "DEBUG=nsis-compat-updater run --mirror https://npm.taobao.org/mirrors/nwjs/ .",
- "dist": "build --win --x86 --mirror https://npm.taobao.org/mirrors/nwjs/ ."
- },
- "author": "evshiron",
- "license": "MIT",
- "dependencies": {
- "nsis-compat-updater": "^1.0.0"
- },
- "devDependencies": {
- "http-server": "^0.9.0",
- "nwjs-builder-phoenix": "^1.9.3"
- },
- "build": {
- "nwFlavor": "sdk",
- "targets": [
- "nsis"
- ],
- "nsis": {
- "diffUpdaters": true
- }
- }
- }
|