UNPKG

gatsby-plugin-coffeescript

Version:
50 lines (49 loc) 1.37 kB
{ "name": "gatsby-plugin-coffeescript", "description": "Adds CoffeeScript support for Gatsby", "version": "3.1.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.12.5", "coffee-loader": "^0.9.0", "coffee-react-transform": "^5.0.0", "coffeescript": "^2.5.1" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "babel-preset-gatsby-package": "^1.1.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": "^3.0.0-next.0" }, "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": ">=12.13.0" }, "gitHead": "a2a16e4d843df361f5309e9ac82f901fd74d570a" }