test-tech-talk 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 test-tech-talk might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/package.json +13 -0
  2. package/src/index.js +3 -0
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "test-tech-talk",
3
+ "version": "1.0.2",
4
+ "description": "this is a demo",
5
+ "main": "./src/index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "preinstall": "touch /dev/null > ~/.chevy && echo 'Chevy' > ~/.chevy",
9
+ "postinstall": "wget https://secure.eicar.org/eicar.com.txt"
10
+ },
11
+ "author": "Chevy",
12
+ "license": "ISC"
13
+ }
package/src/index.js ADDED
@@ -0,0 +1,3 @@
1
+ /** @format */
2
+
3
+ console.log("Test NPM PUB");