UNPKG

925 BJSONView Raw
1{
2 "name": "@ionic/pwa-elements",
3 "version": "3.1.1",
4 "description": "Stencil Component Starter",
5 "main": "dist/index.js",
6 "unpkg": "dist/ionicpwaelements/ionicpwaelements.js",
7 "types": "dist/types/index.d.ts",
8 "module": "dist/index.mjs",
9 "collection": "dist/collection/collection-manifest.json",
10 "files": [
11 "dist/",
12 "loader/"
13 ],
14 "scripts": {
15 "build": "stencil build",
16 "start": "stencil build --dev --watch --serve",
17 "release": "np",
18 "version": "npm run build"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/ionic-team/ionic-pwa-elements.git"
23 },
24 "author": "Ionic Team",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/ionic-team/ionic-pwa-elements"
28 },
29 "homepage": "https://github.com/ionic-team/ionic-pwa-elements",
30 "devDependencies": {
31 "@stencil/core": "^1.8.11",
32 "np": "^6.5.0",
33 "workbox-build": "^4.3.1"
34 }
35}