@ideal-photography/shared
Version:
Shared GraphQL (Apollo Server v5) and Mongoose logic for Ideal Photography PWAs: users, products, services, bookings, orders/cart, galleries, reviews, notifications, campaigns, settings, and audit logs.
74 lines (73 loc) • 2 kB
JSON
{
"name": "@ideal-photography/shared",
"version": "1.3.23",
"description": "Shared GraphQL (Apollo Server v5) and Mongoose logic for Ideal Photography PWAs: users, products, services, bookings, orders/cart, galleries, reviews, notifications, campaigns, settings, and audit logs.",
"main": "index.js",
"type": "module",
"files": [
"mongoDB/",
"graphql/",
"services/",
"validations/",
"utils/",
"index.js",
"README.md"
],
"scripts": {
"test": "jest",
"prepublishOnly": "echo 'Publishing @ideal-photography/shared package...'"
},
"keywords": [
"photography",
"graphql",
"mongoose",
"apollo",
"booking-system",
"gallery-management",
"review-system",
"authentication",
"admin-panel",
"pwa",
"mongodb",
"nodejs",
"express",
"photography-business",
"client-management",
"portfolio",
"ecommerce"
],
"author": "Obiajulu Anthothy, AshnotGrey",
"license": "UNLICENSED",
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@apollo/server": "^5.0.0",
"@graphql-tools/merge": "^9.1.0",
"@as-integrations/express5": "^1.1.2",
"bcryptjs": "^2.4.3",
"colors": "^1.4.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dayjs": "^1.11.10",
"dotenv": "^16.3.0",
"express": "^4.18.0",
"graphql": "^16.11.0",
"graphql-tag": "^2.12.6",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^7.0.0",
"morgan": "^1.10.0",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.7",
"rate-limiter-flexible": "^4.0.1",
"uuid": "^9.0.1"
},
"peerDependencies": {
"express": "^4.18.0"
},
"devDependencies": {
"jest": "^29.0.0",
"nodemon": "^3.0.2"
}
}