{
    "version": "1.0.12",
    "config": {
        "tag": "latest"
    },
    "scripts": {
        "build": "npm run check && npm run lint && npm run build:core",
        "watch": "rollup -c -w",
        "check": "tsc",
        "lint": "eslint src --ext .ts",
        "build:core": "rollup -c"
    },
    "name": "xrm-alerts",
    "description": "Custom alerts and popup windows for Dynamics 365/CRM",
    "keywords": [
        "CRM",
        "XRM",
        "Dynamics CRM",
        "Dynamics 365",
        "D365",
        "Alerts"
    ],
    "homepage": "https://github.com/zhaparoff/xrm-alerts",
    "bugs": "https://github.com/zhaparoff/xrm-alerts/issues",
    "license": "CDDL-1.0",
    "author": "Anton Zhaparov",
    "main": "dist/alert.cjs.js",
    "module": "dist/alert.esm.js",
    "types": "dist/alert.d.ts",
    "repository": "github:zhaparoff/xrm-alerts.git",
    "peerDependencies": {
        "jquery": "*"
    },
    "devDependencies": {
        "@babel/core": "7.10.4",
        "@types/jquery": "3.5.0",
        "@types/xrm": "9.0.27",
        "@typescript-eslint/eslint-plugin": "2.34.0",
        "@typescript-eslint/parser": "2.34.0",
        "@wessberg/rollup-plugin-ts": "1.2.27",
        "autoprefixer": "9.8.4",
        "core-js": "3.6.5",
        "cssnano": "4.1.10",
        "eslint": "6.8.0",
        "eslint-config-standard": "14.1.1",
        "eslint-plugin-import": "2.22.0",
        "eslint-plugin-jsdoc": "29.1.0",
        "eslint-plugin-node": "11.1.0",
        "eslint-plugin-promise": "4.2.1",
        "eslint-plugin-standard": "4.0.1",
        "jquery": "3.5.1",
        "postcss-url": "8.0.0",
        "rollup": "2.21.0",
        "rollup-cli": "1.0.9",
        "rollup-plugin-babel": "4.4.0",
        "rollup-plugin-delete": "2.0.0",
        "rollup-plugin-postcss": "3.1.2",
        "typescript": "3.9.6"
    }
}
