{
  "name": "org-mode-ast",
  "version": "0.13.5",
  "description": "Simple and dumb org-mode parser",
  "type": "module",
  "scripts": {
    "start": "bun run build & node dist/index.js",
    "build": "tsc --project tsconfig.prod.json",
    "test": "bun jest",
    "test:silent": "bun run test --silent=true",
    "test:coverage": "bun run test --coverage",
    "coverage": "bun run test --coverage",
    "lint": "eslint . --ext .ts",
    "prepublish": "npm run build"
  },
  "keywords": [
    "org",
    "org-mode",
    "emacs"
  ],
  "files": [
    "dist/**"
  ],
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js"
  },
  "types": "dist/index.d.ts",
  "author": "me <artawower@mail.ru> (https://du-blog.ru/)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Artawower/org-mode-ast"
  },
  "devDependencies": {
    "@jridgewell/source-map": "0.3.5",
    "@types/jest": "29.5.11",
    "@typescript-eslint/eslint-plugin": "^6.16.0",
    "@typescript-eslint/parser": "^6.16.0",
    "eslint": "8.56.0",
    "jest": "29.7.0",
    "jest-ts-webcompat-resolver": "1.0.0",
    "jsonify-console": "1.1.4",
    "prettier": "2.8.8",
    "ts-jest": "29.1.1",
    "tsm": "2.3.0",
    "typescript": "5.3.3"
  }
}
