-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.34 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@adv-ui/boros-tcf-stub",
"version": "1.1.0",
"description": "Adevinta GDPR - Transparency and Consent Framework - Stub for Boros TCF",
"main": "dist",
"scripts": {
"build": "rm -Rf dist && babel src/main --out-dir dist",
"check": "npm run lint && npm run test",
"coverage": "nyc --reporter=html --exclude='\"src/test/**/*Test.js\"' npm run test",
"coverage:ci": "nyc --reporter=cobertura --exclude='\"src/test/**/*Test.js\"' npm run test && codecov",
"deploy": "rm -Rf deploy && npm run deploy:webpack && npm run deploy:s3",
"deploy:s3": "node deploy.js",
"deploy:webpack": "webpack --config src/webpack/deploy.webpack.config.js --progress --profile --colors --display-error-details --display-cached",
"lint": "sui-lint js",
"phoenix": "rm -Rf node_modules && rm -Rf package-lock.json && npm i",
"prepack": "npm run build",
"start": "webpack-dev-server --config src/webpack/dev.webpack.config.js",
"test": "sui-test server --pattern '\"src/test/**/*Test.js\"'",
"versiona": "node versiona.js"
},
"repository": "github:scm-spain/boros-tcf-stub",
"bugs": "https://github.com/scm-spain/boros-tcf-stub/issues",
"keywords": [
"ads",
"advertising",
"schibsted",
"adevinta",
"gdpr",
"cmp",
"tcf",
"tcfv2",
"stub",
"consent-string",
"iab",
"boros"
],
"author": "One Punch Team",
"license": "MIT",
"devDependencies": {
"@babel/cli": "7.8.0",
"@babel/core": "7.8.0",
"@babel/plugin-transform-modules-commonjs": "7.8.0",
"@babel/register": "7.8.0",
"@babel/runtime": "7.8.0",
"@s-ui/lint": "3",
"@s-ui/test": "4",
"babel-loader": "8.0.6",
"babel-plugin-transform-define": "2.0.0",
"babel-preset-sui": "3",
"chai": "4.2.0",
"clean-webpack-plugin": "3.0.0",
"codecov": "3.6.5",
"html-webpack-plugin": "4.0.4",
"jsdom": "16.5.1",
"jsdom-global": "3.0.2",
"nock": "12.0.3",
"nyc": "15.0.0",
"s3-folder-upload": "2.3.0",
"sinon": "9.0.2",
"versiona": "4",
"webpack": "4.42.1",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.3"
},
"eslintConfig": {
"extends": [
"./node_modules/@s-ui/lint/eslintrc.js"
]
},
"prettier": "./node_modules/@s-ui/lint/.prettierrc.js",
"stylelint": {
"extends": "./node_modules/@s-ui/lint/stylelint.config.js"
}
}