{
  "name": "@os-team/xml-parser",
  "version": "1.1.4",
  "license": "MIT",
  "repository": "git@gitlab.com:os-team/libs/utils.git",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "!**/*.test.ts"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "build": "yarn clean && tsc -p tsconfig.build.json --outDir dist",
    "ncu": "ncu -u"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@os-team/lexical-rules": "^1.1.3"
  },
  "gitHead": "364c6f203dfb73e3eb93aa8f9f1f5550adb8635d"
}
