{
  "name": "jsontoresx",
  "version": "1.0.9",
  "description": "json to Resx",
  "dependencies": {
    "minimist": "^1.2.5",
    "resx": "^1.2.0"
  },
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "gaocong",
  "license": "ISC",
 "bin": {
    "jsontoresx": "./index.js"
  }
}
