{
  "name": "@dashkite/genie-coffee",
  "version": "0.13.28",
  "description": "Genie Preset for compiling CoffeeScript",
  "keywords": [],
  "homepage": "https://github.com/dashkite/genie-coffee#readme",
  "bugs": {
    "url": "https://github.com/dashkite/genie-coffee/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dashkite/genie-coffee.git"
  },
  "license": "SEE LICENSE IN LICENSE.md",
  "author": "Daniel Yoder",
  "files": [
    "build/src",
    "build/browser/src",
    "build/node/src"
  ],
  "exports": {
    ".": "./build/src/index.js",
    "./*": "./build/src/*.js"
  },
  "scripts": {
    "build": "scripts/build",
    "test": "scripts/test",
    "release": "genie release"
  },
  "devDependencies": {
    "@babel/core": "^7.29.7",
    "@babel/preset-env": "^7.29.7",
    "@dashkite/amen": "^0.5.0",
    "@dashkite/amen-console": "^0.4.0",
    "@dashkite/assert": "^0.3.0",
    "@dashkite/genie": "^0.20.25",
    "@dashkite/genie-release": "^0.5.15",
    "babel-plugin-autocomplete-index": "^0.2.0",
    "coffeescript": "^2.7.0"
  },
  "dependencies": {
    "@dashkite/masonry": "^0.21.0",
    "@dashkite/masonry-coffee": "^0.10.0",
    "@dashkite/masonry-targets": "^0.9.0",
    "eslint": "^8.57.1",
    "execa": "^5.1.1"
  }
}
