UNPKG

@adobe/aem-spa-page-model-manager

Version:
85 lines (84 loc) 2.61 kB
{ "name": "@adobe/aem-spa-page-model-manager", "version": "1.5.0", "description": "An interpreter between AEM Editor and the AEM SPA Editor.", "keywords": [ "spa", "aem", "pagel-model-manager", "adobe" ], "author": "Adobe Systems Inc. <sitexpci@adobe.com>", "license": "Apache-2.0", "repository": "github:adobe/aem-spa-page-model-manager", "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-page-model-manager/issues" }, "engines": { "npm": ">=6.14.15", "node": ">=12.16.2" }, "main": "dist/aem-spa-page-model-manager.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 lint && webpack && npm run build:types", "clean": "rm -rf dist/", "docs": "npm i && npx typedoc --entryPointStrategy expand --excludePrivate ./src --out ./dist/docs", "lint": "eslint .", "semantic-release": "semantic-release", "test:coverage": "jest --clearCache && jest --coverage", "test:debug": "jest --coverage --watchAll", "test": "jest --clearCache && jest" }, "dependencies": { "clone": "^2.1.2", "path-browserify": "^1.0.1", "url": "^0.11.0" }, "devDependencies": { "@adobe/eslint-config-editorxp": "^1.0.3", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^8.0.4", "@types/clone": "^2.1.0", "@types/jest": "^26.0.14", "@types/node": "^14.11.5", "@typescript-eslint/eslint-plugin": "^4.4.0", "@typescript-eslint/parser": "^4.4.0", "clean-webpack-plugin": "^3.0.0", "commitizen": "^4.2.4", "cz-conventional-changelog": "^3.0.1", "eslint": "^7.10.0", "eslint-plugin-header": "^3.1.0", "eslint-plugin-json": "^2.1.2", "jest": "^26.5.2", "jest-fetch-mock": "^3.0.3", "semantic-release": "^19.0.2", "ts-jest": "^26.4.1", "ts-loader": "^8.1.0", "ts-mockito": "^2.6.1", "typedoc": "^0.22.0", "typescript": "^4.0.3", "webpack": "^5.0.0", "webpack-cli": "^4.0.0", "webpack-node-externals": "^2.5.2" }, "files": [ "dist/**/*.{js,ts,map}", "!**/{docs,coverage}/" ], "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "eslintConfig": { "root": true, "extends": [ "@adobe/eslint-config-editorxp/typescript" ] } }