forked from orestbida/iframemanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1000 Bytes
/
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
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@orestbida/iframemanager",
"version": "1.2.5",
"description": "GDPR friendly iframe manager written in vanilla js",
"main": "dist/iframemanager.js",
"files": [
"src",
"dist"
],
"scripts": {
"dev": "rollup --config ./rollup.config.mjs --watch",
"build": "rollup --config ./rollup.config.mjs"
},
"repository": {
"type": "git",
"url": "https://github.com/orestbida/iframemanager.git"
},
"keywords": [
"gdpr",
"iframe",
"manager",
"cookie"
],
"author": "Orest Bida",
"license": "MIT",
"bugs": {
"url": "https://github.com/orestbida/iframemanager/issues"
},
"homepage": "https://github.com/orestbida/iframemanager#readme",
"devDependencies": {
"@rollup/plugin-eslint": "^9.0.4",
"@rollup/plugin-terser": "^0.4.3",
"cssnano": "^6.0.1",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-custom-properties": "^13.1.5",
"rollup": "^3.22.0",
"rollup-plugin-postcss": "^4.0.2"
}
}