{
    "name": "typoscript-webpack-plugin",
    "version": "1.2.11",
    "description": "⛔️ DEPRECATED: A simple plugin to generate typoscript statements to include generated assets",
    "main": "index.js",
    "files": [
        "loading"
    ],
    "scripts": {
        "test": "webpack --config dev/webpack.config.js && node ./dev/insert-template.js",
        "test:watch": "cross-env WATCH_MODE=on npm run test",
        "lint": "eslint --ignore-path .gitignore --ignore-pattern *.min.js .",
        "lint:fix": "npm run lint -- --fix .",
        "lint:check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
        "release": "standard-version"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/m2sd/typoscript-webpack-plugin.git"
    },
    "keywords": [
        "typo3",
        "typoscript",
        "webpack",
        "webpack-plugin",
        "deprecated"
    ],
    "author": "Michael Marcenich <info@m-squared-solutions.it>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/m2sd/typoscript-webpack-plugin/issues"
    },
    "homepage": "https://github.com/m2sd/typoscript-webpack-plugin#readme",
    "engines": {
        "node": ">= 8.9.0",
        "npm": ">= 5.0.0"
    },
    "dependencies": {
        "deepmerge": "^4.0.0",
        "just-pick": "^2.1.0"
    },
    "peerDependencies": {
        "webpack": "^4.39.1"
    },
    "devDependencies": {
        "@commitlint/cli": "^8.1.0",
        "@commitlint/config-conventional": "^8.1.0",
        "babel-eslint": "^10.0.2",
        "clean-webpack-plugin": "^3.0.0",
        "cross-env": "^5.2.0",
        "css-loader": "^3.2.0",
        "cz-conventional-changelog": "^3.0.2",
        "eslint": "^6.1.0",
        "eslint-config-prettier": "^6.0.0",
        "eslint-plugin-html": "^6.0.0",
        "eslint-plugin-prettier": "^3.1.0",
        "file-loader": "^4.2.0",
        "husky": "^3.0.3",
        "mini-css-extract-plugin": "^0.8.0",
        "prettier": "^1.18.2",
        "standard-version": "^7.0.0",
        "style-loader": "^1.0.0",
        "webpack": "^4.42.0",
        "webpack-cli": "^3.3.6",
        "webpack-manifest-plugin": "^2.0.4"
    },
    "commitlint": {
        "extends": [
            "@commitlint/config-conventional"
        ]
    },
    "husky": {
        "hooks": {
            "pre-commit": "npm run lint:check && npm run lint",
            "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
        }
    },
    "config": {
        "commitizen": {
            "path": "./node_modules/cz-conventional-changelog"
        }
    }
}
