{
    "name": "@ax-design/reveal-highlight",
    "version": "0.5.2",
    "description": "Web component that implement Reveal Highlight of Axiom Design System.",
    "main": "build/main.js",
    "module": "es/index.js",
    "typings": "es/index.d.ts",
    "repository": "https://github.com/ax-design/reveal-highlight",
    "license": "MIT",
    "sideEffects": false,
    "devDependencies": {
        "npm-run-all": "^4.1.5",
        "prettier": "2.5.1",
        "rimraf": "^3.0.2",
        "rollup": "^2.62.0",
        "rollup-plugin-babel-minify": "^10.0.0",
        "rollup-plugin-typescript2": "^0.31.1",
        "typescript": "^4.5.4"
    },
    "scripts": {
        "start": "npm-run-all --parallel start-tsc start-rollup",
        "start-tsc": "tsc --watch",
        "start-rollup": "rollup -c -w",
        "build": "npm-run-all clean --parallel build-tsc build-rollup",
        "build-tsc": "tsc",
        "build-rollup": "rollup -c",
        "clean": "rimraf ./es ./build",
        "prepublishOnly": "npm run build"
    },
    "files": [
        "build",
        "es",
        "src"
    ]
}
