-
Notifications
You must be signed in to change notification settings - Fork 96
/
package.json
60 lines (60 loc) · 1.28 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
{
"name": "@iabtechlabtcf/stub",
"version": "1.5.13",
"description": "CMP API Stub code",
"author": "Mayank Mishra <[email protected]>",
"homepage": "https://iabtcf.com/",
"license": "Apache-2.0",
"main": "lib/stub.js",
"files": [
"lib/stub.js"
],
"scripts": {
"preversion": "echo 'woops I think you meant to go to the root' && exit 1",
"build": "rm -rf lib && mkdir lib ; babel src/stub.js | terser -m -c -o lib/stub.js",
"build-dev": "rm -rf lib && ln -s src lib",
"lint": "exit 0"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/helper-validator-identifier": "^7.10.4",
"@babel/preset-env": "^7.7.6",
"eslint": "6.8.0",
"terser": "^4.8.1"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"interactive",
"advertising",
"bureau",
"iab",
"transparency",
"consent",
"consentstring",
"tcstring",
"gvl",
"vendor",
"framework",
"tcf",
"lib",
"library",
"cmp",
"2.0",
"v2.0",
"v2",
"software",
"development",
"api",
"kit",
"sdk",
"gdpr"
],
"repository": {
"type": "git",
"url": "https://github.com/InteractiveAdvertisingBureau/iabtcf-es.git",
"directory": "modules/stub"
}
}