piral-million
Version: 
Plugin for integrating Million components in Piral.
59 lines (58 loc) • 1.51 kB
JSON
{
  "name": "piral-million",
  "version": "1.8.5",
  "description": "Plugin for integrating Million components in Piral.",
  "keywords": [
    "piral",
    "pilet-api",
    "smapiot",
    "portal",
    "modules",
    "api",
    "plugin",
    "plugin-converter",
    "million"
  ],
  "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",
    "./convert": "./convert.js",
    "./lib/*": {
      "import": "./lib/*",
      "types": "./lib/*.d.ts"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "files": [
    "lib",
    "src",
    "convert.d.ts",
    "convert.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-million.json src --exclude \"src/**/*.test.*\"",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "devDependencies": {
    "million": "^1.12.0",
    "piral-core": "^1.8.5"
  },
  "gitHead": "b100b985954384a8e4e874769fe449a66bc7d94d"
}