{
  "name": "@kruzhok-team/cyberiadaml-js",
  "version": "1.2.4",
  "description": "",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts",
    "lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
    "typecheck": "tsc --noEmit -p tsconfig.json --composite false",
    "test": "jest"
  },
  "keywords": [
    "js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/kruzhok-team/cyberiadaml-js"
  },
  "homepage": "https://github.com/kruzhok-team/cyberiadaml-js",
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@changesets/cli": "^2.27.1",
    "@typescript-eslint/eslint-plugin": "^7.0.1",
    "@typescript-eslint/parser": "^7.0.1",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-prettier": "^5.1.3",
    "prettier": "^3.2.5",
    "ts-jest": "^29.1.2",
    "tsup": "^8.0.2",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@types/jest": "^29.5.12",
    "fast-xml-parser": "^4.3.4"
  }
}
