{
  "name": "piral-ext",
  "version": "1.8.5",
  "description": "Set of standard plugins with component definitions for extending piral-core.",
  "keywords": [
    "piral",
    "pilet-api",
    "smapiot",
    "portal",
    "modules",
    "api",
    "plugin",
    "plugin-collection",
    "spa"
  ],
  "author": "smapiot",
  "homepage": "https://piral.io",
  "license": "MIT",
  "module": "lib/index.js",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "exports": {
    ".": "./lib/index.js",
    "./lib/*": {
      "import": "./lib/*",
      "types": "./lib/*.d.ts"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "files": [
    "lib",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/smapiot/piral.git"
  },
  "bugs": {
    "url": "https://github.com/smapiot/piral/issues"
  },
  "scripts": {
    "cleanup": "rimraf esm lib",
    "build": "yarn build:esnext",
    "build:esnext": "tsc --project tsconfig.json --outDir lib --module esnext",
    "typedoc": "typedoc --json ../../../docs/types/piral-ext.json src --exclude \"src/**/*.test.*\"",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "dependencies": {
    "piral-dashboard": "^1.8.5",
    "piral-feeds": "^1.8.5",
    "piral-menu": "^1.8.5",
    "piral-modals": "^1.8.5",
    "piral-notifications": "^1.8.5",
    "piral-translate": "^1.8.5"
  },
  "devDependencies": {
    "piral-core": "^1.8.5"
  },
  "gitHead": "b100b985954384a8e4e874769fe449a66bc7d94d"
}
