{
  "name": "@adobe/aem-spa-component-mapping",
  "version": "1.1.1",
  "description": "Provides a mapping of SPA front-end components to AEM resource types.",
  "keywords": [
    "spa",
    "aem",
    "component-mapping",
    "adobe"
  ],
  "author": "Adobe Systems Inc. <sitexpci@adobe.com>",
  "license": "Apache-2.0",
  "repository": "github:adobe/aem-spa-component-mapping",
  "homepage": "https://docs.adobe.com/content/help/en/experience-manager-65/developing/headless/spas/spa-reference-materials.html",
  "bugs": {
    "url": "https://github.com/adobe/aem-spa-component-mapping/issues"
  },
  "engines": {
    "npm": ">=6.14.4",
    "node": ">=12.16.2"
  },
  "main": "dist/aem-spa-component-mapping.js",
  "types": "dist/types.d.ts",
  "scripts": {
    "build:production": "NODE_ENV=production npm run build",
    "build:types": "tsc -p src/tsconfig.types.json",
    "build": "npm run clean && npm run linter && webpack && npm run build:types",
    "clean": "rm -rf dist/",
    "docs": "npm i && npx typedoc --excludePrivate ./src --out ./dist/docs",
    "linter": "eslint .",
    "semantic-release": "semantic-release",
    "test:coverage": "jest --clearCache && jest --coverage",
    "test:debug": "jest --coverage --watchAll",
    "test": "jest --clearCache && jest"
  },
  "devDependencies": {
    "@adobe/eslint-config-editorxp": "^1.0.8",
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/git": "^9.0.0",
    "@semantic-release/github": "^7.2.1",
    "@types/jest": "^26.0.22",
    "@typescript-eslint/eslint-plugin": "^4.22.0",
    "@typescript-eslint/parser": "^4.22.0",
    "clean-webpack-plugin": "^3.0.0",
    "commitizen": "^4.2.3",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^7.24.0",
    "eslint-plugin-header": "^3.1.1",
    "eslint-plugin-json": "^2.1.2",
    "eslint-plugin-react": "^7.23.2",
    "jest": "^26.6.3",
    "semantic-release": "^17.4.2",
    "ts-jest": "^26.5.4",
    "ts-loader": "^8.1.0",
    "typedoc": "^0.20.35",
    "typescript": "^4.2.4",
    "webpack": "^5.33.2",
    "webpack-cli": "^4.6.0"
  },
  "files": [
    "dist/**/*.{js,ts,map}",
    "!**/{docs,coverage}/"
  ],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "@adobe/eslint-config-editorxp/typescript"
    ]
  }
}
