{
  "name": "@adobe/ccweb-add-on-scripts",
  "version": "3.10.0",
  "author": "Adobe",
  "license": "MIT",
  "description": "Scripts for Adobe Creative Cloud Web Add-on.",
  "keywords": [
    "adobe",
    "creative cloud web",
    "express",
    "add-on",
    "scripts",
    "ci cd"
  ],
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "ccweb-add-on-scripts": "./bin/run.js"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "oclif": {
    "bin": "ccweb-add-on-scripts",
    "commands": "./dist/commands",
    "topicSeparator": " "
  },
  "repository": {
    "url": "https://github.com/adobe/create-ccweb-add-on"
  },
  "dependencies": {
    "@oclif/core": "4.2.8",
    "@swc/helpers": "0.5.17",
    "adm-zip": "0.5.9",
    "chokidar": "3.5.3",
    "cors": "2.8.5",
    "express": "4.21.2",
    "fs-extra": "10.0.1",
    "inversify": "6.0.1",
    "is-valid-domain": "0.1.6",
    "reflect-metadata": "0.1.13",
    "string-template": "1.0.0",
    "tslib": "2.7.0",
    "ws": "8.18.1",
    "@adobe/ccweb-add-on-analytics": "3.10.0",
    "@adobe/ccweb-add-on-core": "3.10.0",
    "@adobe/ccweb-add-on-ssl": "3.10.0",
    "@adobe/ccweb-add-on-manifest": "3.10.0"
  },
  "devDependencies": {
    "@oclif/test": "4.1.12",
    "@types/adm-zip": "0.4.34",
    "@types/chai-as-promised": "7.1.3",
    "@types/chai": "4.2.14",
    "@types/cors": "2.8.12",
    "@types/express": "4.17.21",
    "@types/fs-extra": "9.0.13",
    "@types/mocha": "9.1.1",
    "@types/node": "18.18.2",
    "@types/sinon": "9.0.8",
    "@types/string-template": "1.0.2",
    "@types/ws": "8.5.14",
    "c8": "10.1.3",
    "chai-as-promised": "7.1.1",
    "chai": "4.3.4",
    "mocha": "10.0.0",
    "oclif": "4.17.34",
    "prettier": "2.8.0",
    "regenerator-runtime": "0.13.9",
    "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"
  }
}