{
  "name": "@plasmohq/bms",
  "version": "2.6.1",
  "description": "Browser Market Submission",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "author": "Plasmo Corp. <foss@plasmo.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/PlasmoHQ/bms.git"
  },
  "keywords": [
    "browser-extension",
    "browser-market",
    "webstore",
    "web-ext",
    "addons",
    "submission",
    "browser-addons",
    "firefox",
    "chrome",
    "edge"
  ],
  "license": "MIT",
  "devDependencies": {
    "@jest/globals": "29.7.0",
    "@plasmohq/rps": "1.8.7",
    "@types/node": "22.9.0",
    "cross-env": "7.0.3",
    "esbuild": "0.24.0",
    "jest": "29.7.0",
    "rimraf": "6.0.1",
    "ts-jest": "29.2.5",
    "tsup": "8.3.5",
    "typescript": "5.6.3",
    "@plasmo/config": "0.2.5"
  },
  "dependencies": {
    "@plasmohq/itero-testbed-api": "0.7.0",
    "compare-versions": "6.1.1",
    "fflate": "0.8.2",
    "parse-duration": "1.1.0",
    "@plasmohq/chrome-webstore-api": "2.11.0",
    "@plasmohq/edge-addons-api": "2.0.0",
    "@plasmohq/mozilla-addons-api": "2.8.1"
  },
  "scripts": {
    "dev": "esbuild src/index.ts --bundle --watch --sourcemap --platform=node --outdir=dist",
    "build": "run-p build:*",
    "build:type": "tsup src/index.ts --dts-only --dts-resolve",
    "build:compile": "esbuild src/index.ts --bundle --minify --platform=node --outdir=dist",
    "#dev": "tsup src/index.ts --watch --sourcemap inline",
    "#build": "tsup src/index.ts --dts-resolve",
    "test": "jest",
    "clean": "rimraf dist"
  }
}