64 строки
1.9 KiB
JSON
64 строки
1.9 KiB
JSON
{
|
|
"name": "consent-banner",
|
|
"version": "2.1.8",
|
|
"description": "The library which will generate a banner at the specified position for asking the cookie preferences.",
|
|
"main": "dist/consent-banner.js",
|
|
"types": "dist/consent-banner.d.ts",
|
|
"keywords": [
|
|
"cookie preferences",
|
|
"banner"
|
|
],
|
|
"homepage": "https://github.com/microsoft/consent-banner",
|
|
"author": "Microsoft",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist/consent-banner.js",
|
|
"dist/consent-banner.d.ts"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/consent-banner.git"
|
|
},
|
|
"scripts": {
|
|
"prepare": "npm run build-prod",
|
|
"build": "webpack -d --mode development --config ./webpack.dev.js",
|
|
"build-prod": "webpack -p --mode production --config ./webpack.prod.js",
|
|
"start": "webpack-dev-server --open --config ./webpack.dev.js",
|
|
"test": "jest --watchAll --config ./jest.config.js",
|
|
"test-coverage": "jest --coverage --config ./jest.config.js",
|
|
"test-ci": "jest --config ./jest.config.js",
|
|
"lint": "tslint -p tsconfig.json -t stylish"
|
|
},
|
|
"dependencies": {
|
|
"style-loader": "^1.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^25.2.1",
|
|
"@types/node-sass": "^4.11.0",
|
|
"awesome-typescript-loader": "^5.2.1",
|
|
"css-loader": "^3.5.2",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^25.3.0",
|
|
"jest-junit-reporter": "^1.1.0",
|
|
"jest-pnp-resolver": "^1.2.1",
|
|
"node-sass": "^4.14.1",
|
|
"postcss-loader": "^3.0.0",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"sass-loader": "^8.0.2",
|
|
"ts-jest": "^25.3.1",
|
|
"tslint": "^6.1.1",
|
|
"tslint-microsoft-contrib": "^6.2.0",
|
|
"typescript": "^3.8.3",
|
|
"webpack": "^4.42.1",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-dev-server": "^3.11.0",
|
|
"webpack-merge": "^5.1.4"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not ie <= 9",
|
|
"not dead",
|
|
"not op_mini all"
|
|
]
|
|
}
|