{
  "name": "@progress/sitefinity-widget-designers-sdk",
  "version": "0.1.7",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./lib/esm/index.d.ts",
        "default": "./lib/esm/index.js"
      },
      "require": {
        "types": "./lib/cjs/index.d.ts",
        "default": "./lib/cjs/index.js"
      }
    }
  },
  "keywords": [
    "sitefinity",
    "renderer",
    "widget",
    "autogenerated",
    "designers"
  ],
  "license": "LICENSE.txt",
  "scripts": {
    "prepack": "npm run build",
    "build": "npm run build:esm && npm run build:cjs",
    "build:esm": "tsc -p ./tsconfig.esm.json",
    "build:cjs": "tsc -p ./tsconfig.cjs.json",
    "test": "jest",
    "test:ci": "jest --ci --coverage --coverageReporters=cobertura --coverageDirectory=./test-results/coverage --reporters=default --reporters=jest-junit",
    "test:watch": "jest --watch",
    "docs": "npm run build:esm && jsdoc2md --files ./lib/esm/**/*.js > api.md",
    "lint": "eslint . --quiet",
    "lint:ci": "eslint . --quiet --format junit --output-file ./test-results/lint/lint.xml",
    "lint:fix": "eslint . --fix"
  },
  "types": "./lib/cjs/index.d.ts",
  "main": "./lib/cjs/index.js",
  "files": [
    "lib/**/*",
    "LICENSE.txt",
    "README.md",
    "api.md"
  ],
  "devDependencies": {
    "@types/jest": "29.5.10",
    "@typescript-eslint/eslint-plugin": "6.12.0",
    "@typescript-eslint/parser": "6.12.0",
    "eslint": "8.54.0",
    "jest-junit": "16.0.0",
    "jest": "29.7.0",
    "jsdoc": "4.0.2",
    "jsdoc-to-markdown": "8.0.0",
    "snyk": "1.1269.0",
    "ts-jest": "29.1.1",
    "ts-node": "10.9.1",
    "typescript": "5.3.3"
  },
  "jest-junit": {
    "suiteName": "Widget Designers Jest Tests",
    "outputDirectory": "./test-results/junit",
    "outputName": "widget-designers-junit.xml"
  }
}
