pilet-webpack-plugin
Version: 
Webpack plugin for generating a valid pilet bundle.
36 lines (35 loc) • 875 B
JSON
{
  "name": "pilet-webpack-plugin",
  "version": "0.5.3",
  "description": "Webpack plugin for generating a valid pilet bundle.",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FlorianRappl/piral-cli-webpack.git"
  },
  "engines": {
    "node": ">= 8"
  },
  "keywords": [
    "piral-cli",
    "piral",
    "plugin",
    "webpack",
    "command"
  ],
  "author": "Florian Rappl <mail@florian-rappl.de>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FlorianRappl/piral-cli-webpack/issues"
  },
  "homepage": "https://github.com/FlorianRappl/piral-cli-webpack#readme",
  "devDependencies": {
    "webpack": "4.42.0"
  },
  "gitHead": "f4738d03ac8f68410f9f706ab1762ffb54ce5327"
}