UNPKG

1.37 kBJSONView Raw
1{
2 "name": "gatsby-plugin-coffeescript",
3 "description": "Adds CoffeeScript support for Gatsby",
4 "version": "2.3.13",
5 "author": "Kyle Mathews <mathews.kyle@gmail.com>",
6 "bugs": {
7 "url": "https://github.com/gatsbyjs/gatsby/issues"
8 },
9 "contributors": [
10 "Noah Lange <noahrlange@gmail.com>"
11 ],
12 "dependencies": {
13 "@babel/runtime": "^7.11.2",
14 "coffee-loader": "^0.9.0",
15 "coffee-react-transform": "^5.0.0",
16 "coffeescript": "^2.5.1"
17 },
18 "devDependencies": {
19 "@babel/cli": "^7.11.6",
20 "@babel/core": "^7.11.6",
21 "babel-preset-gatsby-package": "^0.5.3",
22 "cross-env": "^7.0.2"
23 },
24 "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-coffeescript#readme",
25 "keywords": [
26 "coffeescript",
27 "gatsby",
28 "gatsby-plugin"
29 ],
30 "license": "MIT",
31 "main": "index.js",
32 "peerDependencies": {
33 "gatsby": "^2.0.0"
34 },
35 "repository": {
36 "type": "git",
37 "url": "https://github.com/gatsbyjs/gatsby.git",
38 "directory": "packages/gatsby-plugin-coffeescript"
39 },
40 "scripts": {
41 "build": "babel src --out-dir . --ignore \"**/__tests__\"",
42 "prepare": "cross-env NODE_ENV=production npm run build",
43 "watch": "babel -w src --out-dir . --ignore \"**/__tests__\""
44 },
45 "engines": {
46 "node": ">=10.13.0"
47 },
48 "gitHead": "84fa4be59108d02c40acbd2fb07c96a0c85aa85c"
49}