-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.11 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
{
"name": "iab-openrtb",
"version": "0.2.3",
"description": "TypeScript definitions for IAB Tech Lab's OpenRTB (Open Real Time Bidding)",
"types": "src/index.d.ts",
"typings": "src/index.d.ts",
"exports": {
"./v25": {
"types": "./src/v25/index.d.ts"
},
"./v26": {
"types": "./src/v26/index.d.ts"
},
"./v30": {
"types": "./src/v30/index.d.ts"
}
},
"keywords": [
"OpenRTB",
"IAB Tech Lab",
"AdCOM",
"typescript",
"types",
"definitions",
"advertising",
"programmatic"
],
"author": {
"name": "Kai Miyamoto",
"url": "https://github.com/hogekai"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hogekai/types-iab-openrtb.git"
},
"bugs": {
"url": "https://github.com/hogekai/types-iab-openrtb/issues"
},
"homepage": "https://github.com/hogekai/types-iab-openrtb#readme",
"license": "MIT",
"files": [
"src/",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"iab-adcom": "^0.1.4"
}
}