{
  "name": "@lowdefy/jest-yaml-transform",
  "version": "5.5.1",
  "license": "Apache-2.0",
  "description": "A Jest Transform for YAML.",
  "main": "./dist/index.js",
  "homepage": "https://lowdefy.com",
  "keywords": [
    "lowdefy",
    "yaml",
    "jest",
    "jest-transform",
    "jest-yaml-transform"
  ],
  "bugs": {
    "url": "https://github.com/lowdefy/lowdefy/issues"
  },
  "contributors": [
    {
      "name": "Gerrie van Wyk",
      "url": "https://github.com/Gervwyk"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lowdefy/lowdefy.git"
  },
  "dependencies": {
    "@swc/cli": "0.8.0",
    "@swc/core": "1.15.18",
    "@swc/jest": "0.2.39",
    "jest": "28.1.3",
    "yaml": "2.3.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "swc src --out-dir dist --config-file ./.swcrc --cli-config-file ../../../.swc-cli.json",
    "clean": "rm -rf dist"
  }
}