{
  "name": "gatsby-plugin-coffeescript",
  "description": "Adds CoffeeScript support for Gatsby",
  "version": "4.12.0",
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
  "bugs": {
    "url": "https://github.com/gatsbyjs/gatsby/issues"
  },
  "contributors": [
    "Noah Lange <noahrlange@gmail.com>"
  ],
  "dependencies": {
    "@babel/runtime": "^7.15.4",
    "coffee-loader": "^0.9.0",
    "coffee-react-transform": "^5.0.0",
    "coffeescript": "^2.6.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.15.4",
    "@babel/core": "^7.15.5",
    "babel-preset-gatsby-package": "^2.12.0",
    "cross-env": "^7.0.3"
  },
  "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-coffeescript#readme",
  "keywords": [
    "coffeescript",
    "gatsby",
    "gatsby-plugin"
  ],
  "license": "MIT",
  "main": "index.js",
  "peerDependencies": {
    "gatsby": "^4.0.0-next"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gatsbyjs/gatsby.git",
    "directory": "packages/gatsby-plugin-coffeescript"
  },
  "scripts": {
    "build": "babel src --out-dir . --ignore \"**/__tests__\"",
    "prepare": "cross-env NODE_ENV=production npm run build",
    "watch": "babel -w src --out-dir . --ignore \"**/__tests__\""
  },
  "engines": {
    "node": ">=14.15.0"
  },
  "gitHead": "12e90fce284eb0a64b7d1f15e293027483826372"
}
