{
  "name": "@onlytabs/jest-coffee-preprocessor",
  "version": "2.0.1",
  "description": "Simple Coffee Script Preprocessor for Jest >=28",
  "main": "index.js",
  "scripts": {
    "test": "standard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jacekk/jest-coffee-preprocessor.git"
  },
  "keywords": [
    "coffee",
    "coffee-script",
    "coffeescript",
    "jest",
    "preprocessor"
  ],
  "author": "JacekK",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jacekk/jest-coffee-preprocessor/issues"
  },
  "homepage": "https://github.com/jacekk/jest-coffee-preprocessor#readme",
  "dependencies": {
    "coffeescript": "^2.7.0"
  },
  "devDependencies": {}
}
