{
  "name": "xml-from-object",
  "description": "Easy, highly typed and customizable way to build your xml using JS/TS plain objects.",
  "version": "1.0.3",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "author": "Gabriel Santini",
  "scripts": {
    "test": "jest",
    "build": "tsc -p tsconfig-build.json",
    "pub": "git push && yarn run build && yarn publish --access public"
  },
  "devDependencies": {
    "@types/jest": "^28.1.6",
    "@types/node": "^18.7.1",
    "jest": "^28.1.3",
    "nodemon": "^2.0.19",
    "ts-jest": "^28.0.7",
    "ts-node": "^10.9.1",
    "typescript": "^4.7.4"
  },
  "keywords": [
    "xml",
    "object-to-xml",
    "convert",
    "mount",
    "typescript",
    "schema",
    "xml-schema",
    "soap",
    "soap-request"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gabrielsantinii/xml-from-object.git"
  },
  "engines": {
    "node": ">=12.22.0"
  },
  "packageManager": "yarn@1.22.15",
  "bugs": {
    "url": "https://github.com/gabrielsantinii/xml-from-object/issues"
  },
  "homepage": "https://github.com/gabrielsantinii/xml-from-object#readme",
  "files": [
    "dist",
    "src"
  ]
}
