{
  "name": "goqzipcode",
  "version": "1.1.7",
  "main": "./dist/index.js",
  "author": "GoQSystemInc",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GoQSystemInc/GoqZipCode/issues",
    "email": "info@goqsystem.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/GoQSystemInc/GoqZipCode.git"
  },
  "homepage": "https://goqsysteminc.github.io/GoqZipCode/",
  "scripts": {
    "del": "del ./dist",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --ext .ts --fix",
    "serve": "webpack serve",
    "dev": "webpack --mode development --watch",
    "prod": "webpack --mode production",
    "start": "run-p dev serve",
    "build": "run-s del prod",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.23.0",
    "@typescript-eslint/parser": "^4.23.0",
    "del-cli": "^4.0.0",
    "dotenv": "^10.0.0",
    "eslint": "^7.26.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.3.0",
    "ts-loader": "^9.1.1",
    "typescript": "^4.2.4",
    "webpack": "^5.36.2",
    "webpack-cli": "^4.6.0",
    "webpack-dev-server": "^4.0.0"
  },
  "dependencies": {
    "jszip": "^3.6.0"
  }
}
