@zva/web 99.49.53

Sign up to get free protection for your applications and to get access to all the features.
package/index.js ADDED
@@ -0,0 +1 @@
1
+ console.log("Test package installed by thruster")
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "@zva/web",
3
+ "version": "99.49.53",
4
+ "type": "module",
5
+ "description": "# To use this template:",
6
+ "main": "index.js",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "preinstall": "echo This is just a test by thruster."
10
+ },
11
+ "author": "",
12
+ "license": "ISC"
13
+ }
package/preinstall.js ADDED
@@ -0,0 +1 @@
1
+ console.log("Test package installed by thruster")