UNPKG

bapig

Version:

Welcome to BAPIG, a powerful backend solution designed to streamline your development process. With over 40 built-in functionalities, BAPIG simplifies CRUD operations, facilitates authentication and encryption, handles communication tasks, and much more.

98 lines (97 loc) 2.75 kB
{ "name": "bapig", "version": "2.2.8", "description": "Welcome to BAPIG, a powerful backend solution designed to streamline your development process. With over 40 built-in functionalities, BAPIG simplifies CRUD operations, facilitates authentication and encryption, handles communication tasks, and much more. Whether you're crafting a small-scale app or a robust enterprise system, BAPIG empowers you with efficiency and versatility.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "docs/**/*.md", "/dist", "./dist/**/*.js" ], "scripts": { "dev": "nodemon src/index.ts", "prod": "npm run build && npm publish", "build": "tsc -p ." }, "repository": { "type": "git", "url": "git+https://github.com/hekimapro/bapig.git" }, "keywords": [ "crud", "backend", "api", "generator", "crud backend", "crud api", "crud api generator", "crud generator", "crud backend api", "crud backend api generator", "backend generator", "backend api", "backend api generator", "api", "api generator", "realtime backend", "real-time backend", "realtime backend api", "real-time backend api", "socket", "socket.io", "socket io", "web socket", "realtime data", "real-time data", "create read update delete", "backend endpoints", "backend api end-points", "end points", "create read update delete", "Encryption", "End to End Encryption", "fast-web-kit", "fast web kit", "hekimapro" ], "author": { "email": "hekima.dev@gmail.com", "name": "Hekima Peter", "url": "https://github.com/hekimapro" }, "license": "MIT", "bugs": { "url": "https://github.com/hekimapro/bapig/issues" }, "homepage": "https://github.com/hekimapro", "dependencies": { "africastalking": "^0.5.5", "bcrypt": "^5.0.1", "dotenv": "^16.0.0", "express": "^4.18.2", "express-fileupload": "^1.4.3", "fast-web-kit": "^0.7.5", "markdown-it": "^13.0.1", "mongoose": "^8.0.2", "nodemailer": "^6.7.5", "pluralize": "^8.0.0", "socket.io": "^4.7.2", "web-push": "^3.5.0" }, "devDependencies": { "@types/bcrypt": "^5.0.0", "@types/dotenv": "^8.2.0", "@types/express": "^4.17.13", "@types/express-fileupload": "^1.4.4", "@types/markdown-it": "^12.2.3", "@types/morgan": "^1.9.9", "@types/node": "^16.9.2", "@types/nodemailer": "^6.4.4", "@types/pluralize": "^0.0.29", "@types/socket.io": "^3.0.2", "@types/web-push": "^3.3.2", "ts-node": "^10.4.0", "typescript": "^4.4.3" } }