{
    "name": "@aurigma/design-editor-iframe-api",
    "version": "5.27.0",
    "description": "Using this module you can embed Design Editor (a part of Customer's Canvas) to your page through the IFrame API.",
    "author": {
        "name": "Aurigma, Inc <info@aurigma.com> (https://customerscanvas.com)"
    },
    "keywords": [
        "customer's canvas",
        "web-to-print",
        "aurigma",
        "iframe api",
        "web-to-print editor",
        "design editor"
    ],
    "homepage": "https://customerscanvas.com",
    "bugs": "https://customerscanvas.com/account/cases",
    "license": "SEE LICENSE IN License.md",
    "repository": {
        "private": true
    },
    "scripts": {
        "build-tsc": "./node_modules/.bin/tsc",
        "build:dev": "node node_modules\\webpack\\bin\\webpack.js --display-error-details --config .\\webpack.config.iframe.js --env.production=false",
        "build:dev+copy": "npm run build:dev && npm run copy-build-output",
        "build:release": "node node_modules\\webpack\\bin\\webpack.js --display-error-details --config .\\webpack.config.iframe.js --env.production=true",
        "build:release+copy": "npm run build:release && npm run copy-build-output",
        "build-typings": "npm run build-tsc && npm run copy-typings-output && move ..\\design-editor-iframe-api-typings .\\build\\Generated\\typings",
        "copy-build-output": "xcopy build\\Generated\\* ..\\Aurigma.DesignEditor\\Resources\\Generated\\ /Y /S /D",
        "copy-typings-output": "xcopy *.d.ts ..\\design-editor-iframe-api-typings\\ /sy /exclude:exclude.txt",
        "local-publish": "npm run build-module && @powershell -NoProfile -ExecutionPolicy Unrestricted -Command ./Scripts/local-publish.ps1",
        "pack2": "npm run build-module && @powershell -NoProfile -ExecutionPolicy Unrestricted -Command ./Scripts/pack.ps1 $1",
        "pack": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command ./Scripts/pack.ps1 $1",
        "build-module": "./node_modules/.bin/tsc --project tsconfig_module.json && npm run copy-less && npm run copy-woff && npm run copy-md && npm run move-files  && npm run delete-backup",
        "copy-less": "xcopy .\\*.less ..\\out-tsc\\ /SY /exclude:exclude.txt",
        "copy-woff": "xcopy .\\*.woff ..\\out-tsc\\ /SY /exclude:exclude.txt",
        "copy-md": "xcopy .\\*.md ..\\out-tsc\\ /SY /exclude:exclude.txt",
        "move-files": "xcopy ..\\out-tsc .\\dist\\out-tsc /SY",
        "delete-backup": "rd /s /q  ..\\out-tsc\\"
    },
    "devDependencies": {
        "@angular-devkit/build-optimizer": "0.13.8",
        "@types/jquery": "3.3.29",
        "cache-loader": "3.0.0",
        "css-loader": "2.1.1",
        "less": "2.7.3",
        "less-loader": "4.0.5",
        "style-loader": "0.23.1",
        "ts-loader": "6.0.4",
        "awesome-typescript-loader": "5.2.1",
        "tsconfig-paths-webpack-plugin": "3.2.0",
        "typescript": "3.8.2",
        "uglifyjs-webpack-plugin": "1.1.8",
        "webpack": "4.37.0",
        "webpack-cli": "3.3.2",
        "webpack-utf8-bom": "^1.1.3"
    },
    "dependencies": {
        "@aurigma/design-atoms": "5.27.0"
    },
    "browserslist": [
        "last 3 Chrome versions",
        "last 3 Firefox versions",
        "last 3 Safari versions",
        "last 2 Edge versions"
    ]
}
