UNPKG

piral-ext

Version:

Set of standard plugins with component definitions for extending piral-core.

62 lines (61 loc) 1.52 kB
{ "name": "piral-ext", "version": "1.11.2", "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/*": { "types": "./lib/*.d.ts", "import": "./lib/*" }, "./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.11.2", "piral-feeds": "^1.11.2", "piral-menu": "^1.11.2", "piral-modals": "^1.11.2", "piral-notifications": "^1.11.2", "piral-translate": "^1.11.2" }, "devDependencies": { "piral-core": "^1.11.2" }, "gitHead": "715de92ee9d448c6c78de5218a7d581575a8eeb8" }