-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1014 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": "whiskjs",
"version": "1.0.0",
"description": "A lightweight framework for building your own cookie-consent banner.",
"main": "dist/whisk.min.js",
"files": [
"src/Whisk.js",
"src/Cookie.js.js",
"src/Encoder.js.js",
"dist/whisk.min.js"
],
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-private-methods": "^7.12.13",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"jest": "^26.6.3",
"lodash": "^4.17.20",
"prettier": "2.2.1",
"rollup": "^2.38.5",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-uglify": "^6.0.4"
},
"scripts": {
"test": "jest",
"build": "rollup -c"
},
"keywords": [
"cookie"
],
"author": "Michael Brauner",
"license": "MIT"
}