{
  "name": "another-xml-parser",
  "version": "0.0.4",
  "description": "",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "keywords": [
    "xml parser",
    "xml-parser",
    "another-xml-parser"
  ],
  "scripts": {
    "dev": "tsc && node dist/index.js",
    "build": "tsc -b",
    "lint": "eslint src/**"
  },
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@types/node": "^14.14.10",
    "babel-eslint": "^10.1.0",
    "core-js": "^3.8.0",
    "eslint": "^7.14.0",
    "typescript": "^3.9.7"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stonychen/another-xml-parser.git"
  },
  "author": "Stony Chen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stonychen/another-xml-parser/issues"
  },
  "homepage": "https://github.com/stonychen/another-xml-parser#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
