-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 928 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "gatsby-plugin-ms-bing",
"version": "0.0.3",
"description": "Gatsby plugin for adding the MS Bing tracking pixel",
"main": "index.js",
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"prettier": "^2.4.1"
},
"scripts": {
"build": "babel src --out-dir .",
"watch": "babel -w src --out-dir .",
"format": "prettier --write .",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vincro/gatsby-plugin-ms-bing.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"microsoft",
"bing"
],
"author": "Vincent Roman",
"license": "CCO 1.0 Universal",
"bugs": {
"url": "https://github.com/vincro/gatsby-plugin-ms-bing/issues"
},
"homepage": "https://github.com/vincro/gatsby-plugin-ms-bing#readme"
}