secureshare-sdk
Version:
Enterprise privacy-preserving data sharing SDK with policy engine, audit logging, and compliance features
71 lines (70 loc) • 1.69 kB
JSON
{
"name": "secureshare-sdk",
"version": "1.0.0",
"description": "Enterprise privacy-preserving data sharing SDK with policy engine, audit logging, and compliance features",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc -b",
"test": "jest",
"prepublishOnly": "npm run build"
},
"keywords": [
"privacy",
"data-sharing",
"policy-engine",
"audit-logging",
"compliance",
"gdpr",
"hipaa",
"ccpa",
"sdk",
"enterprise",
"security",
"data-protection"
],
"author": "SecureShare Contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/your-org/secureshare-sdk.git"
},
"bugs": {
"url": "https://github.com/your-org/secureshare-sdk/issues"
},
"homepage": "https://github.com/your-org/secureshare-sdk#readme",
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"bcrypt": "^5.1.1",
"jsonwebtoken": "^9.0.2",
"pg": "^8.11.3",
"redis": "^4.6.10",
"mongodb": "^6.3.0",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.5",
"@types/express": "^5.0.3",
"@types/jest": "^30.0.0",
"@types/js-yaml": "^4.0.9",
"@types/mongodb": "^4.0.7",
"@types/pg": "^8.15.4",
"@types/redis": "^4.0.11",
"@types/supertest": "^6.0.3",
"express": "^4.18.2",
"supertest": "^6.3.3",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
},
"peerDependencies": {
"express": "^4.18.0"
}
}