-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
27 lines (27 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "@tagconcierge/consent-banner",
"version": "1.2.3",
"description": "A zero-dependency, lightweight (~3kB), consent platform agnostic, cookie banner for any website.",
"main": "src/app.js",
"keywords": ["consent banner", "consent mode", "gtm consent", "cookie banner"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "esbuild src/app.js --outdir=www/js --bundle --servedir=www --target=es6",
"build": "rimraf dist; esbuild src/app.js --outfile=dist/consent-banner-js/$npm_package_version/consent-banner.min.js --bundle --target=es6 --minify; cpr styles/ dist/consent-banner-js/$npm_package_version/styles; node bundle.js; esbuild dist/bundle.js --outfile=dist/consent-banner-js/$npm_package_version/consent-banner.bundle.min.js --bundle --target=es6 --minify"
},
"author": "",
"license": "MIT",
"devDependencies": {
"cpr": "^3.0.1",
"esbuild": "0.19.7",
"rimraf": "^5.0.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tagconcierge/consent-banner-js.git"
},
"bugs": {
"url": "https://github.com/tagconcierge/consent-banner-js/issues"
},
"homepage": "https://github.com/tagconcierge/consent-banner-js"
}