{
  "name": "@plasmohq/edge-addons-api",
  "version": "2.0.0",
  "description": "Microsoft Edge Addons API for Node.js",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=16.14"
  },
  "author": "Plasmo Corp. <foss@plasmo.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/PlasmoHQ/edge-addons-api.git"
  },
  "license": "MIT",
  "keywords": [
    "edge",
    "webstore",
    "upload",
    "add-ons"
  ],
  "dependencies": {
    "got": "14.4.4"
  },
  "devDependencies": {
    "@jest/globals": "29.7.0",
    "@plasmohq/rps": "1.8.7",
    "@types/node": "22.9.0",
    "cross-env": "7.0.3",
    "jest": "29.7.0",
    "ts-jest": "29.2.5",
    "tsup": "8.3.5",
    "typescript": "5.6.3",
    "@plasmo/config": "0.2.5"
  },
  "scripts": {
    "dev": "tsup src/index.ts --format esm --watch --sourcemap inline",
    "build": "tsup src/index.ts --format esm --dts-resolve --minify --clean",
    "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest"
  }
}