UNPKG

937 BJSONView Raw
1{
2 "name": "@leanup/cli-pwa",
3 "version": "2.0.0-rc.70",
4 "description": "This module contains pwa features for the @leanup/cli.",
5 "author": "Martin Oppitz <npmjs@martinoppitz.com>",
6 "homepage": "https://leanupjs.org",
7 "files": [
8 "lib/**",
9 "template/**",
10 "index.js",
11 "webpack.config.js"
12 ],
13 "keywords": [
14 "manifest",
15 "workbox",
16 "pwa"
17 ],
18 "license": "Apache-2.0",
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/leanupjs/leanup.git"
22 },
23 "bugs": {
24 "url": "https://github.com/leanupjs/leanup/issues"
25 },
26 "dependencies": {
27 "webpack-pwa-manifest": "4.3.0",
28 "workbox-webpack-plugin": "6.5.4"
29 },
30 "devDependencies": {
31 "@leanup/cli": "2.0.0-rc.69",
32 "@types/node": "18.7.14",
33 "typescript": "4.8.2"
34 },
35 "peerDependencies": {
36 "@leanup/cli": "~2.0.0-rc.20"
37 },
38 "scripts": {
39 "prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
40 }
41}