{
  "name": "axml2xml",
  "version": "1.0.1",
  "description": "A library for decoding/convert .axml to .xml in JavaScript.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test snpmpecified\" && exit 1"
  },
  "keywords": [],
  "author": "micblo",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/micblo/axml2xml.git"
  },
  "dependencies": {
    "sprintf-js": "^1.1.2"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@types/node": "^17.0.23"
  }
}
