{
  "name": "zxfs",
  "version": "1.0.0",
  "description": "将原生的fs模块通过promise封装 从而使用async_await模式更快更爽",
  "main": "zxfs.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "fs",
    "promise封装"
  ],
  "author": "xu",
  "license": "ISC"
}
