{
  "name": "@nodegui/packer",
  "version": "1.5.0",
  "files": [
    "dist",
    "template",
    "scripts"
  ],
  "description": "Package and deploy apps built with NodeGUI to all platforms",
  "main": "./dist/index.js",
  "bin": {
    "nodegui-packer": "./dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "postinstall": "node ./scripts/setupBinaries.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "atulanand94@gmail.com",
  "license": "MIT",
  "devDependencies": {
    "@nodegui/nodegui": "^0.39.1",
    "@types/fs-extra": "^9.0.13",
    "@types/node": "^16.10.2",
    "@types/plist": "^3.0.2",
    "typescript": "^4.4.3"
  },
  "peerDependencies": {
    "@nodegui/nodegui": ">=0.15.0"
  },
  "dependencies": {
    "@nodegui/artifact-installer": "^1.1.0",
    "commander": "^4.0.1",
    "fs-extra": "^10.0.0",
    "plist": "^3.0.4"
  }
}
