Initial commit: breakpilot-compliance - Compliance SDK Platform
Services: Admin-Compliance, Backend-Compliance, AI-Compliance-SDK, Consent-SDK, Developer-Portal, PCA-Platform, DSMS Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
55
breakpilot-compliance-sdk/packages/vanilla/package.json
Normal file
55
breakpilot-compliance-sdk/packages/vanilla/package.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"name": "@breakpilot/compliance-sdk-vanilla",
|
||||
"version": "0.0.1",
|
||||
"description": "BreakPilot Compliance SDK - Vanilla JS Embed Script & Web Components",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.mjs",
|
||||
"require": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
},
|
||||
"./embed": {
|
||||
"import": "./dist/embed.mjs",
|
||||
"require": "./dist/embed.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"dev": "tsup --watch",
|
||||
"lint": "eslint src/",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@breakpilot/compliance-sdk-core": "workspace:*",
|
||||
"@breakpilot/compliance-sdk-types": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tsup": "^8.0.0",
|
||||
"typescript": "^5.3.0"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/breakpilot/compliance-sdk.git",
|
||||
"directory": "packages/vanilla"
|
||||
},
|
||||
"keywords": [
|
||||
"compliance",
|
||||
"gdpr",
|
||||
"dsgvo",
|
||||
"consent",
|
||||
"cookie-banner",
|
||||
"web-components",
|
||||
"embed"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user