@radyium-io/radyium-sdk 1.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.
- package/README.md +1 -0
- package/package.json +24 -0
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
This is not the package you're looking for rakesh. Install @raydium-io/raydium-sdk instead. You're gonna get your client hacked trying to hand type packages.
|
package/package.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@radyium-io/radyium-sdk",
|
|
3
|
+
"scripts": {
|
|
4
|
+
"preinstall": "echo 'wrong package pajeet, install @raydium-io/raydium-sdk instead, you are gonna get hacked hand typing packages"
|
|
5
|
+
},
|
|
6
|
+
"description": "This is not the package you're looking for rakesh. Install @raydium-io/raydium-sdk instead. You're gonna get your client hacked trying to hand type packages.",
|
|
7
|
+
"version": "1.0.0",
|
|
8
|
+
"main": "index.js",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git+https://github.com/radyium-io/radyium-sdk.git"
|
|
12
|
+
},
|
|
13
|
+
"keywords": [
|
|
14
|
+
"whitehat",
|
|
15
|
+
"utility",
|
|
16
|
+
"redirect"
|
|
17
|
+
],
|
|
18
|
+
"author": "",
|
|
19
|
+
"license": "ISC",
|
|
20
|
+
"bugs": {
|
|
21
|
+
"url": "https://github.com/radyium-io/radyium-sdk/issues"
|
|
22
|
+
},
|
|
23
|
+
"homepage": "https://github.com/radyium-io/radyium-sdk#readme"
|
|
24
|
+
}
|