{
  "name": "@trim21/dprint-plugin-beancount",
  "version": "0.2.1",
  "description": "Wasm module for dprint-plugin-beancount.",
  "main": "./index.js",
  "types": "./index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/trim21/beancount-format.git"
  },
  "keywords": [
    "beancount",
    "ledger",
    "code",
    "formatter",
    "dprint"
  ],
  "author": "David Sherret",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/trim21/beancount-format/issues"
  },
  "homepage": "https://github.com/trim21/beancount-format#readme",
  "packageManager": "pnpm@10.30.1",
  "files": [
    "index.js",
    "index.d.ts",
    "plugin.wasm",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node index.js && node index.test.js"
  },
  "devDependencies": {
    "@dprint/formatter": "~0.5.1"
  }
}
