{
    "name": "lwc-services",
    "version": "3.2.2",
    "author": "René Winkelmeyer @muenzpraeger",
    "bin": {
        "lwc-services": "./bin/run"
    },
    "bugs": "https://github.com/muenzpraeger/create-lwc-app/issues",
    "dependencies": {
        "@babel/core": "~7.14.3",
        "@babel/eslint-parser": "~7.14.4",
        "@babel/plugin-proposal-object-rest-spread": "~7.14.4",
        "@babel/plugin-syntax-class-properties": "~7.12.13",
        "@babel/plugin-syntax-decorators": "~7.12.13",
        "@babel/preset-typescript": "~7.13.0",
        "@lwc/eslint-plugin-lwc": "~1.1.0",
        "@lwc/jest-preset": "~11.2.1",
        "@lwc/jest-resolver": "~11.2.1",
        "@lwc/jest-serializer": "~11.2.1",
        "@lwc/jest-transformer": "~11.2.1",
        "@lwc/rollup-plugin": "~2.5.2",
        "@oclif/command": "~1.8.0",
        "@oclif/config": "~1.17.0",
        "@oclif/plugin-help": "~3.2.2",
        "@oclif/plugin-not-found": "~2.0.0",
        "@rollup/plugin-replace": "~2.4.2",
        "@salesforce/eslint-config-lwc": "~2.0.0",
        "@salesforce/eslint-plugin-lightning": "~0.1.1",
        "@typescript-eslint/eslint-plugin": "~4.26.0",
        "@typescript-eslint/parser": "~4.26.0",
        "babel-loader": "~8.2.2",
        "compat-polyfills": "~0.22.2",
        "copy-webpack-plugin": "~9.0.0",
        "cross-env": "~7.0.3",
        "deepmerge": "~4.2.2",
        "error-overlay-webpack-plugin": "~0.4.2",
        "eslint-plugin-import": "~2.23.4",
        "eslint-plugin-jest": "~24.3.6",
        "globby": "~11.0.3",
        "html-webpack-plugin": "~5.3.1",
        "jest": "~26",
        "lwc": "~2.5.2",
        "lwc-webpack-plugin": "~2.1.0",
        "node-emoji": "~1.10.0",
        "nodemon": "~2.0.7",
        "rimraf": "~3.0.2",
        "rollup": "~2.50.6",
        "rollup-plugin-compat": "~0.22.2",
        "rollup-plugin-copy-glob": "~0.3.1",
        "rollup-plugin-livereload": "~2.0.0",
        "rollup-plugin-lwc-typescript": "~1.0.1",
        "rollup-plugin-serve": "~1.1.0",
        "rollup-plugin-terser": "~7.0.2",
        "rollup-plugin-workbox": "~6.1.1",
        "semver-compare": "~1.0.0",
        "sort-pjson": "~1.0.3",
        "ts-node": "~10.0.0",
        "tslib": "~2.2.0",
        "typescript": "~4.3.2",
        "webpack": "~5.38.1",
        "webpack-dev-server": "~3.11.2",
        "webpack-merge": "~5.7.3",
        "workbox-webpack-plugin": "~6.1.5"
    },
    "devDependencies": {
        "@oclif/dev-cli": "~1.26.0",
        "@oclif/test": "~1.2.8",
        "@types/chai": "~4.2.18",
        "@types/mocha": "~8.2.2",
        "@types/node": "~15.12.0",
        "@types/rimraf": "~3.0.0",
        "@types/semver-compare": "~1.0.1",
        "cli-ux": "~5.5.1"
    },
    "engines": {
        "node": ">=14.0.0"
    },
    "files": [
        "/bin",
        "/lib",
        "/oclif.manifest.json",
        "/package-lock.json",
        "/yarn.lock"
    ],
    "homepage": "https://github.com/muenzpraeger/create-lwc-app",
    "keywords": [
        "oclif",
        "lwc",
        "salesforce",
        "web components",
        "lightning"
    ],
    "license": "MIT",
    "main": "lib/index.js",
    "oclif": {
        "commands": "./lib/commands",
        "bin": "lwc-services",
        "plugins": [
            "@oclif/plugin-not-found",
            "@oclif/plugin-help"
        ]
    },
    "repository": "muenzpraeger/create-lwc-app",
    "scripts": {
        "build": "rm -rf lib && tsc -b && cp -rpv ./src/config/rollup.config.js ./lib/config/rollup.config.js"
    },
    "types": "lib/index.d.ts",
    "gitHead": "5834967144ac69606ffac564fde8376eaec84121"
}
