{
  "name": "pilet-webpack-plugin",
  "version": "1.2.0",
  "description": "Webpack plugin for generating a valid pilet bundle.",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "build": "tsc"
  },
  "author": "smapiot",
  "homepage": "https://piral.io",
  "license": "MIT",
  "engines": {
    "node": ">=16.0"
  },
  "files": [
    "lib",
    "src"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/smapiot"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/smapiot/piral-cli-webpack.git"
  },
  "bugs": {
    "url": "https://github.com/smapiot/piral-cli-webpack/issues"
  },
  "keywords": [
    "piral-cli",
    "piral",
    "plugin",
    "webpack",
    "command"
  ],
  "peerDependencies": {
    "webpack": "4.x"
  },
  "devDependencies": {
    "webpack": "^4.42.0"
  },
  "gitHead": "583263263c0849533dfb2c5a532fd3176e8c8781"
}
