{
  "name": "webext-buildtools-chrome-crx-builder",
  "version": "1.0.18",
  "description": "webext-buildtools builder for packing and signing Chrome Web Extension for offline distribution",
  "main": "dist",
  "keywords": [
    "webext-buildtools",
    "webext",
    "webextensions",
    "webextension",
    "build",
    "offline",
    "distribution",
    "deploy",
    "zip",
    "chrome",
    "crx"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/cardinalby/webext-buildtools-chrome-crx-builder"
  },
  "homepage": "https://github.com/cardinalby/webext-buildtools-chrome-crx-builder",
  "author": "cardinalby",
  "license": "MIT",
  "files": [
    "dist/**/*.d.ts",
    "dist/**/*.js",
    "declarations/**/*.d.ts",
    "external_declarations/**/*.d.ts",
    "LICENSE"
  ],
  "dependencies": {
    "webext-buildtools-utils": "^1.0.15",
    "fs-extra": "^10.1.0",
    "crx": "^5.0.1"
  },
  "devDependencies": {
    "webext-buildtools-builder-types": "^1.0.11",
    "@types/node": "^16.11.31",
    "@types/fs-extra": "^9.0.13",
    "typescript": "^4.6.3",

    "@types/jest": "^27.5.0",
    "jest": "^28.1.0",
    "ts-jest": "^28.0.1",
    "zip-a-folder": "^1.1.3"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "prepare": "npm run build",
    "version": "git add -A src",
    "postversion": "git push && git push --tags"
  }
}
