UNPKG

piral-auth

Version:

Plugin for handling authentication in Piral.

57 lines (56 loc) 1.46 kB
{ "name": "piral-auth", "version": "1.8.5", "description": "Plugin for handling authentication in Piral.", "keywords": [ "piral", "pilet-api", "smapiot", "portal", "modules", "api", "plugin-user", "plugin", "user", "authentication" ], "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", "piral-auth.min.js" ], "repository": { "type": "git", "url": "https://github.com/smapiot/piral.git" }, "bugs": { "url": "https://github.com/smapiot/piral/issues" }, "scripts": { "cleanup": "rimraf esm lib piral-auth.min.js", "build": "yarn build:bundle && yarn build:esnext", "build:bundle": "esbuild src/index.ts --outfile=piral-auth.min.js --bundle --external:piral-core --minify", "build:esnext": "tsc --project tsconfig.json --outDir lib --module esnext", "typedoc": "typedoc --json ../../../docs/types/piral-auth.json src --exclude \"src/**/*.test.*\"", "test": "echo \"Error: run tests from root\" && exit 1" }, "devDependencies": { "piral-core": "^1.8.5" }, "gitHead": "b100b985954384a8e4e874769fe449a66bc7d94d" }