{
  "name": "@adobe/ccweb-add-on-analytics",
  "version": "3.10.0",
  "author": "Adobe",
  "license": "MIT",
  "description": "Analytics libraries for Adobe Creative Cloud Web Add-on.",
  "keywords": [
    "adobe",
    "creative cloud web",
    "express",
    "add-on",
    "analytics"
  ],
  "type": "module",
  "main": "dist/index.js",
  "repository": {
    "url": "https://github.com/adobe/create-ccweb-add-on"
  },
  "dependencies": {
    "@oclif/core": "4.2.8",
    "@swc/helpers": "0.5.17",
    "axios": "1.8.4",
    "chalk": "4.1.1",
    "inversify": "6.0.1",
    "os-name": "4.0.1",
    "prompts": "2.4.2",
    "reflect-metadata": "0.1.13",
    "tslib": "2.7.0",
    "@adobe/ccweb-add-on-core": "3.10.0"
  },
  "devDependencies": {
    "@types/chai": "4.2.14",
    "@types/mocha": "9.1.1",
    "@types/node": "18.18.2",
    "@types/prompts": "2.0.14",
    "@types/sinon": "9.0.8",
    "c8": "10.1.3",
    "chai": "4.3.4",
    "mocha": "10.0.0",
    "prettier": "2.8.0",
    "rimraf": "3.0.2",
    "sinon": "9.2.1",
    "ts-node": "10.9.2",
    "ts-sinon": "2.0.1",
    "typescript": "5.9.3"
  },
  "scripts": {
    "clean": "rimraf dist coverage",
    "ibuild": "tsc",
    "build": "rushx clean && rushx ibuild",
    "build:release": "rushx build",
    "test": "c8 mocha && c8 check-coverage"
  }
}