UNPKG

piral-vue

Version:

Plugin for integrating Vue@2 components in Piral.

62 lines (61 loc) 1.57 kB
{ "name": "piral-vue", "version": "1.8.4", "description": "Plugin for integrating Vue@2 components in Piral.", "keywords": [ "piral", "pilet-api", "smapiot", "portal", "modules", "api", "plugin", "plugin-converter", "vue", "vuex" ], "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" }, "./convert": "./convert.js", "./extend-webpack": "./extend-webpack.js", "./package.json": "./package.json" }, "sideEffects": false, "files": [ "lib", "src", "convert.d.ts", "convert.js", "extend-webpack.js" ], "repository": { "type": "git", "url": "https://github.com/smapiot/piral.git" }, "bugs": { "url": "https://github.com/smapiot/piral/issues" }, "scripts": { "cleanup": "rimraf esm lib convert.d.ts convert.js", "build": "yarn build:esnext && yarn build:convert", "build:convert": "tsc convert.ts --skipLibCheck --declaration --module esnext", "build:esnext": "tsc --project tsconfig.json --outDir lib --module esnext", "typedoc": "typedoc --json ../../../docs/types/piral-vue.json src --exclude \"src/**/*.test.*\"", "test": "echo \"Error: run tests from root\" && exit 1" }, "devDependencies": { "piral-core": "^1.8.4", "vue": "^2.6.10" }, "gitHead": "861105d831894f3e2b8386475a45e8a6daae5cff" }