powr-sdk-api
Version:
Shared API core library for PowrStack projects. Zero dependencies - works with Express, Next.js API routes, and other frameworks. All features are optional and install only what you need.
72 lines (71 loc) • 1.93 kB
JSON
{
"name": "powr-sdk-api",
"version": "4.5.0",
"description": "Shared API core library for PowrStack projects. Zero dependencies - works with Express, Next.js API routes, and other frameworks. All features are optional and install only what you need.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"test": "jest --passWithNoTests",
"lint": "eslint .",
"build": "babel src -d dist",
"prepare": "npm run build",
"prepublishOnly": "npm run test"
},
"keywords": [
"api",
"express",
"nextjs",
"middleware",
"error-handling",
"response-formatting",
"logging",
"swagger",
"documentation",
"optional-dependencies",
"modular",
"framework-agnostic"
],
"author": "Lawazia Tech",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/powrstack/powr-sdk-api.git"
},
"bugs": {
"url": "https://github.com/powrstack/powr-sdk-api/issues"
},
"homepage": "https://github.com/powrstack/powr-sdk-api#readme",
"dependencies": {},
"optionalDependencies": {
"@aws-sdk/client-s3": "^3.787.0",
"@google-cloud/storage": "^7.16.0",
"axios": "^1.6.0",
"bcrypt": "^5.1.1",
"cron-parser": "^4.9.0",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.3.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.10.0",
"swagger-jsdoc": "^6.2.8",
"winston": "^3.17.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@types/express": "^4.17.21",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=14.0.0"
}
}