@akkikhan/saas-framework-logging
Version:
Comprehensive logging and audit trail SDK for SaaS Framework applications
40 lines • 885 B
JSON
{
"name": "@akkikhan/saas-framework-logging",
"version": "1.0.0-dev.1",
"description": "Comprehensive logging and audit trail SDK for SaaS Framework applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"example-*.js"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"publish-package": "npm publish --access public"
},
"keywords": [
"logging",
"audit",
"compliance",
"security",
"audit-trail",
"saas",
"multi-tenant",
"enterprise"
],
"author": "SaaS Framework",
"license": "MIT",
"devDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"axios": "^1.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/akkikhan/logging"
},
"homepage": "https://github.com/saas-framework/logging#readme"
}