@wepublish/api
Version:
API core for we.publish.
91 lines (90 loc) • 2.43 kB
JSON
{
"name": "@wepublish/api",
"version": "10.2.0",
"description": "API core for we.publish.",
"keywords": [
"api",
"publishing",
"media",
"newspaper",
"cms",
"subscription",
"graphql"
],
"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": "libs/api"
},
"license": "MIT",
"prisma": {
"schema": "prisma/schema.prisma",
"seed": "npx tsx __tests__/seed.ts"
},
"publishConfig": {
"directory": "../../dist/libs/api"
},
"dependencies": {
"@graphql-tools/delegate": "^10.0.3",
"@graphql-tools/utils": "9.2.1",
"@graphql-tools/wrap": "^10.0.1",
"@mailchimp/mailchimp_transactional": "^1.0.50",
"@nestjs/axios": "^3.0.0",
"@nestjs/cache-manager": "^2.1.0",
"@nestjs/common": "^10.1.0",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.1.0",
"@nestjs/graphql": "^12.0.8",
"@nestjs/passport": "10.0.0",
"@nestjs/schedule": "^2.2.0",
"@nestjs/terminus": "^10.2.3",
"@prisma/client": "^5.0.0",
"abort-controller": "^3.0.0",
"algebraic-captcha": "^1.0.1",
"apollo-server-core": "3.12.0",
"apollo-server-express": "^3.12.0",
"axios": "1.6.2",
"bcrypt": "^5.0.0",
"bexio": "^3.1.1",
"body-parser": "^1.19.0",
"cache-manager": "^5.2.0",
"cross-fetch": "^3.0.4",
"dataloader": "^2.0.0",
"date-fns": "^2.24.0",
"express": "~4.18.2",
"form-data": "^3.0.0",
"graphql": "^16.7.1",
"graphql-scalars": "^1.20.1",
"graphql-tag": "^2.11.0",
"graphql-upload": "^13.0.0",
"jsonwebtoken": "^9.0.0",
"mailgun.js": "^8.0.6",
"mapped-replacer": "^1.2.1",
"node-cache": "^5.1.2",
"node-fetch": "2.6.7",
"openid-client": "^3.14.0",
"passport-http-bearer": "^1.0.1",
"pino": "^6.11.0",
"pino-http": "^5.3.0",
"process": "0.11.10",
"qs": "^6.9.1",
"ramda": "^0.28.0",
"rxjs": "^7.8.0",
"slate": "^0.58.1",
"slate-serializers": "^0.0.32",
"stripe": "^8.126.0",
"util": "0.12.5",
"zod": "^3.21.4",
"@nestjs/apollo": "12.0.7",
"@wepublish/nest-modules": "10.2.0",
"lodash": "4.17.21",
"tslib": "1.14.1"
},
"main": "./src/index.js",
"type": "commonjs"
}