@singcl/ad-execute-manager 1.11.4 → 1.11.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +23 -2
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@singcl/ad-execute-manager",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.5",
|
|
4
|
+
"description": "A powerful and flexible ad execution management library for handling reward-based ads, interstitial ads, and other advertising formats in JavaScript applications.",
|
|
4
5
|
"type": "module",
|
|
5
6
|
"exports": {
|
|
6
7
|
".": {
|
|
@@ -17,6 +18,26 @@
|
|
|
17
18
|
"author": "singcl",
|
|
18
19
|
"license": "MIT",
|
|
19
20
|
"homepage": "https://npmjs.com/package/@singcl/ad-execute-manager",
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "git+https://github.com/singcl/ad-execute-manager.git"
|
|
24
|
+
},
|
|
25
|
+
"bugs": {
|
|
26
|
+
"url": "https://github.com/singcl/ad-execute-manager/issues"
|
|
27
|
+
},
|
|
28
|
+
"engines": {
|
|
29
|
+
"node": ">=14.0.0"
|
|
30
|
+
},
|
|
31
|
+
"keywords": [
|
|
32
|
+
"ad",
|
|
33
|
+
"advertisement",
|
|
34
|
+
"reward-ad",
|
|
35
|
+
"interstitial-ad",
|
|
36
|
+
"ad-manager",
|
|
37
|
+
"ad-execution",
|
|
38
|
+
"javascript",
|
|
39
|
+
"nodejs"
|
|
40
|
+
],
|
|
20
41
|
"scripts": {
|
|
21
42
|
"build": "rslib build && tsc",
|
|
22
43
|
"dev": "rslib build --watch",
|
|
@@ -39,4 +60,4 @@
|
|
|
39
60
|
"prettier": "^3.7.3",
|
|
40
61
|
"typescript": "^5.9.3"
|
|
41
62
|
}
|
|
42
|
-
}
|
|
63
|
+
}
|