{
  "name": "json-xml-parse",
  "version": "1.3.0",
  "main": "./lib/index.js",
  "type": "commonjs",
  "license":"MIT",
  "scripts": {
    "build": "tsc",
    "lint": "yarn run eslint ./src"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dlvlj/json-xml-parse"
  },
  "keywords": [
    "jsonToXml",
    "json-xml-parse",
    "json-to-xml"
  ],
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.60.0",
    "@typescript-eslint/parser": "^5.60.0",
    "eslint": "^8.43.0",
    "typescript": "^4.1.6"
  }
}