{
  "name": "test-pkg-cfg",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "mocks": "satire"
  },
  "author": "",
  "license": "MIT",
  "satire": {
    "mocks": ["./custom-mocks/**/*"] 
  }
}
