UNPKG

abhi-plugin-gatsby-preview

Version:

A Gatsby plugin shows status of cloud preview

29 lines (28 loc) 686 B
{ "name": "abhi-plugin-gatsby-preview", "description": "A Gatsby plugin shows status of cloud preview", "version": "0.0.8", "author": "Abhi Aiyer", "keywords": [ "gatsby", "gatsby-plugin", "http/2-server-push", "netlify" ], "license": "MIT", "main": "index.js", "dependencies": { "@babel/runtime": "^7.9.6", "socket.io-client": "^2.3.1" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.6", "babel-preset-gatsby-package": "^0.4.1", "cross-env": "^5.2.1" }, "scripts": { "build": "babel src --out-dir . --ignore \"**/__tests__\"", "prepare": "cross-env NODE_ENV=production npm run build" } }