UNPKG

gatsby-plugin-segment-js

Version:

Easily add Segment JS snippet to your website

42 lines (41 loc) 1.25 kB
{ "name": "gatsby-plugin-segment-js", "description": "Easily add Segment JS snippet to your website", "author": "benjamin hoffman <6520022+benjaminhoffman@users.noreply.github.com>", "license": "MIT", "version": "5.0.0", "main": "gatsby-ssr.js", "homepage": "https://github.com/benjaminhoffman/gatsby-plugin-segment-js#readme", "repository": "git@github.com:benjaminhoffman/gatsby-plugin-segment-js.git", "bugs": { "url": "https://github.com/benjaminhoffman/gatsby-plugin-segment-js/issues" }, "keywords": [ "segment", "segment analytics", "segment gatsby", "segment javascript", "analytics.js", "gatsby", "gatsby segment", "gatsby-plugin", "gatsby-plugin segment" ], "scripts": { "build": "babel src --out-dir . --ignore tests", "build:watch": "yarn build -w", "prepare": "yarn build", "build-n-pack": "yarn build && yarn pack --filename ./gatsby-plugin-segment-js.tgz" }, "peerDependencies": { "gatsby": "^2 || ^3 || ^4 || ^5" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "eslint": "^7.32.0", "eslint-plugin-mocha": "^9", "eslint-plugin-react": "^7.24.0" } }