{
    "name": "@webruntime/compiler",
    "license": "MIT",
    "version": "1.61.4",
    "main": "dist/commonjs/index.js",
    "files": [
        "dist",
        "!**/__tests__",
        "!**/__mocks__"
    ],
    "types": "dist/types/index.d.ts",
    "scripts": {
        "clean": "rm -rf dist tsconfig.tsbuildinfo",
        "doc": "typedoc",
        "test": "yarn test:unit && yarn test:integration",
        "test:unit": "jest --config jest-unit.config.js",
        "test:integration": "jest --config jest-integration.config.js",
        "test:debug": "node --inspect-brk ./node_modules/.bin/jest --runInBand",
        "build": "tsc -b && node scripts/update-compiler-version.js"
    },
    "dependencies": {
        "@babel/core": "7.13.10",
        "@lwc/compiler": "2.2.5",
        "@lwc/module-resolver": "2.2.5",
        "@lwc/rollup-plugin": "2.2.5",
        "@webruntime/performance": "1.61.4",
        "babel-eslint": "10.1.0",
        "body-parser": "1.19.0",
        "chokidar": "3.5.1",
        "colors": "1.4.0",
        "eslint": "7.22.0",
        "memoizee": "0.4.15",
        "minimatch": "3.0.4",
        "path-to-regexp": "6.2.0",
        "rollup": "2.33.3",
        "rollup-plugin-commonjs": "9.3.4",
        "rollup-plugin-node-resolve": "4.2.4",
        "rollup-plugin-replace": "2.2.0",
        "rollup-pluginutils": "2.8.2",
        "terser": "5.6.1"
    },
    "devDependencies": {
        "@babel/plugin-proposal-export-default-from": "7.12.13",
        "@babel/plugin-proposal-object-rest-spread": "7.13.8",
        "@babel/plugin-transform-modules-commonjs": "7.13.8",
        "@babel/plugin-transform-regenerator": "7.12.13",
        "@babel/plugin-transform-typescript": "7.13.0",
        "@babel/preset-env": "7.13.12",
        "@babel/preset-typescript": "7.13.0",
        "@lwc/engine-dom": "2.2.5",
        "@lwc/errors": "2.2.5",
        "glob": "7.1.6",
        "jsdom": "16.5.1",
        "npm-run-all": "4.1.5",
        "require-from-string": "2.0.2",
        "tmp": "0.2.1"
    },
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org"
    },
    "gitHead": "8fd2b94a77352b9b0554668c2308a6302afb6df2"
}
