{
  "name": "@hyoml/ts",
  "version": "0.0.4",
  "description": "Hyoml TypeScript parser and formatter for hybrid JSON/YAML and multi-format intelligent data handling.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc --project tsconfig.json",
    "test": "jest",
    "format": "prettier --write 'src/**/*.ts'",
    "lint": "eslint 'src/**/*.ts'",
    "start": "node dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "hyoml",
    "parser",
    "formatter",
    "json",
    "yaml",
    "xml",
    "markdown",
    "ts",
    "types",
    "multi-format",
    "data-conversion"
  ],
  "author": "Ahmed Daif",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ahmeddaif22/hyoml"
  },
  "bugs": {
    "url": "https://github.com/ahmeddaif22/hyoml/issues"
  },
  "homepage": "https://github.com/ahmeddaif22/hyoml#readme",
  "devDependencies": {
    "@types/jest": "^29.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "jest": "^29.0.0",
    "prettier": "^3.0.0",
    "ts-jest": "^29.0.0",
    "typescript": "^5.0.0"
  }
}
