UNPKG

875 BJSONView Raw
1{
2 "name": "pilet-webpack-plugin",
3 "version": "0.5.5",
4 "description": "Webpack plugin for generating a valid pilet bundle.",
5 "main": "lib/index.js",
6 "typings": "lib/index.d.ts",
7 "scripts": {
8 "build": "tsc",
9 "test": "echo \"Error: no test specified\" && exit 1"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/FlorianRappl/piral-cli-webpack.git"
14 },
15 "engines": {
16 "node": ">= 8"
17 },
18 "keywords": [
19 "piral-cli",
20 "piral",
21 "plugin",
22 "webpack",
23 "command"
24 ],
25 "author": "Florian Rappl <mail@florian-rappl.de>",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/FlorianRappl/piral-cli-webpack/issues"
29 },
30 "homepage": "https://github.com/FlorianRappl/piral-cli-webpack#readme",
31 "devDependencies": {
32 "webpack": "4.42.0"
33 },
34 "gitHead": "d5e489cd1b2490c7c10945092236d39d72aa96a9"
35}