{
  "dependencies": {
    "fs-extra": "^10.0.0"
  },
  "name": "extbuild",
  "keywords": [
    "Build",
    "Extension",
    "Command"
  ],
  "version": "1.0.5",
  "main": "build.js",
  "devDependencies": {},
  "scripts": {
    "build": "node build.js"
  },
  "author": "Raymond Wang",
  "email": "me@waymondrang.com",
  "license": "MIT",
  "url": "https://waymondrang.com",
  "description": "Command line tool for packaging browser extensions",
  "bin": {
    "extbuild": "build.js"
  },
  "homepage": "https://github.com/waymondrang/extbuild#readme",
  "bugs": {
    "url": "https://github.com/waymondrang/extbuild/issues",
    "email": "issues@waymondrang.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/waymondrang/extbuild.git"
  }
}