piral-oauth2
Version:
Plugin to integrate OAuth 2.0 authentication in Piral.
59 lines (58 loc) • 1.54 kB
JSON
{
"name": "piral-oauth2",
"version": "1.9.2",
"description": "Plugin to integrate OAuth 2.0 authentication in Piral.",
"keywords": [
"piral",
"pilet-api",
"smapiot",
"portal",
"modules",
"api",
"plugin",
"plugin-user",
"oauth",
"oauth2.0",
"authentication",
"authorization"
],
"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",
"piral-oauth2.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-oauth2.min.js",
"build": "yarn build:bundle && yarn build:esnext",
"build:bundle": "esbuild src/index.ts --outfile=piral-oauth2.min.js --bundle --external:piral-core --minify --global-name=piralOAuth2",
"build:esnext": "tsc --project tsconfig.json --outDir lib --module esnext",
"typedoc": "typedoc --json ../../../docs/types/piral-oauth2.json src --exclude \"src/**/*.test.*\"",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"piral-core": "^1.9.2"
},
"gitHead": "3adb702cbb788889a05a30d2a7ee657ad713a468"
}