UNPKG

@corejam/plugin-auth

Version:

Corejam Authentification plugin

92 lines (91 loc) 2.35 kB
{ "name": "@corejam/plugin-auth", "version": "0.0.29", "homepage": "https://corejam.io/", "description": "Corejam Authentification plugin", "bugs": { "url": "https://github.com/corejam/corejam/issues" }, "keywords": [ "jwt", "stenciljs", "stencil-components", "graphql", "graqhql-server", "typescript", "web-components", "authentication" ], "license": "MIT", "main": "dist/server/index.js", "module": "web-components/custom-elements/index.js", "es2015": "web-components/esm/index.js", "es2017": "web-components/esm/index.js", "types": "web-components/custom-elements/index.d.ts", "collection": "web-components/collection/collection-manifest.json", "collection:main": "web-components/collection/index.js", "repository": { "url": "Corejam/Corejam", "directory": "packages/auth" }, "scripts": { "dev": "corejam dev", "build": "corejam build", "test": "jest --verbose ./tests", "precommit": "lint-staged", "clean": "rimraf dist & rimraf react & rimraf web-components", "static": "corejam static", "static:serve": "corejam static:serve" }, "files": [ "dist", "web-components", "react", "app" ], "devDependencies": { "@corejam/cli": "0.0.26", "@stencil/react-output-target": "0.0.9", "@types/bcryptjs": "2.4.2", "@types/faker": "5.1.7", "@types/jsonwebtoken": "8.5.0", "args": "5.0.1", "shx": "0.3.3", "ts-sinon": "2.0.1", "tslib": "2.1.0", "typescript": "4.2.3" }, "lint-staged": { "server/**/*.ts": [ "prettier --write" ], "app/**/!(*.d).ts": [ "prettier --write" ], "app/**/*.tsx": [ "prettier --write" ] }, "dependencies": { "@alepop/stencil-env": "0.4.1", "@apollo/client": "3.3.11", "@corejam/base": "0.0.14", "@corejam/core-components": "0.0.29", "@corejam/notify": "0.0.8", "@corejam/rollup-plugin": "0.0.8", "@corejam/run": "0.0.13", "@stencil/core": "2.4.0", "@stencil/store": "1.4.1", "bcryptjs": "2.4.3", "faker": "5.4.0", "faunadb": "4.1.1", "graphql-tag": "2.11.0", "jsonwebtoken": "8.5.1", "rollup-plugin-node-polyfills": "0.2.1" }, "corejam": { "wrapper": [], "recommended": [] }, "gitHead": "00b564f77ee5c7642a7e75ecf19e414562171b67" }