Bumps [esbuild](https://github.com/evanw/esbuild) from 0.27.7 to 0.28.1. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.27.7...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"name": "@probo/cookie-banner",
|
|
"version": "0.9.3",
|
|
"description": "Probo cookie consent banner SDK",
|
|
"type": "module",
|
|
"main": "dist/cookie-banner.mjs",
|
|
"module": "dist/cookie-banner.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/cookie-banner.mjs",
|
|
"default": "./dist/cookie-banner.iife.js"
|
|
},
|
|
"./headless": {
|
|
"types": "./dist/headless/index.d.ts",
|
|
"import": "./dist/cookie-banner-headless.mjs",
|
|
"default": "./dist/cookie-banner-headless.mjs"
|
|
},
|
|
"./consent": {
|
|
"types": "./dist/consent.d.ts",
|
|
"import": "./dist/cookie-banner-consent.mjs",
|
|
"default": "./dist/cookie-banner-consent.mjs"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "node build.mjs && tsc --emitDeclarationOnly",
|
|
"check": "tsc --noEmit"
|
|
},
|
|
"author": {
|
|
"name": "Probo Inc",
|
|
"email": "hello@probo.com"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"cookie-banner",
|
|
"cookie-consent",
|
|
"gdpr",
|
|
"privacy",
|
|
"probo"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/getprobo/probo.git",
|
|
"directory": "packages/cookie-banner"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/getprobo/probo/issues"
|
|
},
|
|
"homepage": "https://github.com/getprobo/probo#README",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.28.1",
|
|
"typescript": "~5.8.3"
|
|
}
|
|
}
|