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.
- package/package.json +13 -0
- 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