{
  "name": "auto-mock",
  "version": "0.1.0",
  "description": "a method to mock data",
  "main": "index.js",
  "scripts": {
    "start": "node test/server.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:zhenhua-lee/auto-mock.git"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "mkdirp": "^0.5.1"
  }
}
