UNPKG

@wepublish/oauth2

Version:
59 lines (58 loc) 1.51 kB
{ "name": "@wepublish/oauth2", "version": "8.1.1", "description": "OAuth2 Provider for we.publish", "publishConfig": { "access": "public" }, "keywords": [ "oauth2", "postgres", "mongodb", "publishing", "media", "newspaper", "cms", "subscription" ], "homepage": "https://github.com/wepublish/wepublish", "bugs": { "url": "https://github.com/wepublish/wepublish/issues", "email": "development@wepublish.ch" }, "repository": { "type": "git", "url": "https://github.com/wepublish/wepublish.git", "directory": "packages/oauth2" }, "typings": "./lib/index.d.ts", "main": "./lib/", "license": "MIT", "scripts": { "build": "run-p build:*", "build:server": "tsc -b ./src", "watch": "npm-run-all copy-license --parallel watch:*", "watch:server": "run-p watch:server:*", "watch:server:build": "tsc -b ./src --watch", "crlf": "crlf --set=LF lib/**/*", "clean": "shx rm -rf ./lib", "copy-license": "shx cp ../../LICENSE ./", "prepare": "run-s clean copy-license build crlf" }, "dependencies": { "@prisma/client": "^3.14.0", "express": "^4.17.1", "lodash": "^4.17.19", "mongodb": "^3.5.4", "oidc-provider": "^6.23.4" }, "devDependencies": { "@types/mongodb": "^3.5.0", "@types/node": "^12.12.16", "crlf": "^1.1.1", "dotenv": "^8.2.0", "npm-run-all": "^4.1.5", "typescript": "^4.6.4" }, "gitHead": "7df4b8d53fbe6dbba1ce5685baeb1cdcf196e9a7" }